Skip to main content
GET
List period closes

Authorizations

Authorization
string
header
required

OAuth 2.0 client_credentials grant. Send client_id:client_secret as HTTP Basic, or as form fields. Tokens are HS256 JWTs valid for one hour (configurable). Decode them at jwt.io.

Query Parameters

include_reopened
boolean
default:true

Response

200 - application/json

List of closes, newest period first

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
livemode
boolean
required
Example:

false

request_id
string
required
Example:

"req_3LhM8XKx9q4hQv"

next_cursor
string | null
total
integer | null

Present only when the caller passed ?include_total=true.