Plans
Opaque Admin API key, prefixed with ms_admin_. Pass it as Authorization: Bearer ms_admin_....
First item to return, usually equals the previous page response's X-Next-Cursor response header. Omit to fetch the first page. Cursors are opaque tokens — do not parse or construct them.
Maximum number of results to return beginning with the cursor, or if not sent the first item in the list (1–100, default 25).
25Successful operation
Invalid request (e.g. a malformed cursor).
The API key is missing, unknown, revoked, or expired.
The request is not permitted for this API key. For example, the site's plan no longer includes Admin API access because the owner canceled or downgraded — the key itself is still valid.
The resource doesn't exist, or the API key lacks the scope to access it.
Rate limit exceeded. Wait the number of seconds in the Retry-After header before retrying.
Last updated
Was this helpful?