Scopes

List scopes

Returns the catalogue of scopes available to API keys. The list is filtered by the Api-Version request header and defaults to the latest version when the header is omitted. Public: no authentication required.

get/v1/scopes

Response

Scope catalogue

has_moreboolean required
next_cursorstring nullable required

Example response

{
  "data": [
    {
      "description": "Grants read access to payouts.",
      "resource": "payouts",
      "available_from": "2026-05-01"
    }
  ],
  "next_cursor": "eyJsYXN0X2lkIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDA2In0"
}

Changes