List OAuth Grants
Lists the authenticated user’s own OAuth grants — one per app they have authorized, per account they authorized it for. The list is always the caller’s own; there is no parameter for reading another user’s grants. Requires a user session: an API key or an OAuth token is refused, so an app can never enumerate the other apps a user has authorized.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-07-29-1"
Query Parameters
Only return grants for this app, prefixed app_. An app the user has never authorized returns an empty list.
The number of grants to return (default 20, max 100).
A cursor; returns grants after this position.
The number of grants to return from the end of the range.
A cursor; returns grants before this position.
The field to sort grants by.
created_at Sort direction.
asc, desc 
