Skip to main content
GET
C#

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

user_id
string
required

ID of the user whose refresh tokens to retrieve. Required.

client_id
string

Filter results by client ID. Only valid when user_id is provided.

from
string

An opaque cursor from which to start the selection (exclusive). Expires after 24 hours. Obtained from the next property of a previous response.

take
integer

Number of results per page. Defaults to 50.

Required range: 1 <= x <= 100
fields
string

Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.

include_fields
boolean

Whether specified fields are to be included (true) or excluded (false).

Response

The refresh tokens were retrieved.

refresh_tokens
object[]
next
string

A cursor to be used as the "from" query parameter for the next page of results.