Skip to main content
GET
List OAuth Grants

Authorizations

Authorization
string
header
required

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

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-29-1"

Query Parameters

app_id
string

Only return grants for this app, prefixed app_. An app the user has never authorized returns an empty list.

first
integer

The number of grants to return (default 20, max 100).

after
string

A cursor; returns grants after this position.

last
integer

The number of grants to return from the end of the range.

before
string

A cursor; returns grants before this position.

order
enum<string>
default:created_at

The field to sort grants by.

Available options:
created_at
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

oauth grants listed

data
object[]
required
page_info
object
required