v1
latestOpenAPI 3.0.02026-08-04660400.1 KBGet all OAuth access tokens for a given OAuth app.
This endpoint returns all OAuth access tokens for a given OAuth app.
Path parameters
The OAuth app that the tokens are bound to.
The OAuth app that the tokens are bound to.
Query parameters
The id of the user that created one or more OAuth access tokens.
The id of the user that created one or more OAuth access tokens.
Return OAuth access tokens created after this date.
Return OAuth access tokens created after this date.
Return OAuth access tokens created before this date.
Return OAuth access tokens created before this date.
The number of results to return. If omitted, 100 results will be returned.
The number of results to return. If omitted, 100 results will be returned.
The cursor to paginate the results. Cursor-based pagination will always be used unless if left blank and a page number is provided.
The cursor to paginate the results. Cursor-based pagination will always be used unless if left blank and a page number is provided.
The page number to return. If omitted, the first page of results will be returned.
The page number to return. If omitted, the first page of results will be returned.
The field to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.
The field to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.
The direction to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.
The direction to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.
Response
Get all OAuth access tokens for a given OAuth app.