Accounts
List support tickets
Lists recent account-scoped service tickets for the authenticated account or account API key.
get/v1/support/tickets
Query parameters
limitinteger
Example:25
Maximum number of items to return. Context $.paths./v1/support/tickets.get.parameters.0.
Response
Account-scoped service tickets loaded.
Example response
{
"tickets": [],
"rate_limit": {
"limit_per_hour": 10,
"remaining_hour": 9,
"limit_per_day": 10,
"remaining_day": 9
}
}