This endpoint returns all OAuth access tokens for a given OAuth app.
Documentation Index
Fetch the complete documentation index at: https://docs.siro.ai/llms.txt
Use this file to discover all available pages before exploring further.
Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.
The OAuth app that the tokens are bound to.
The id of the user that created one or more OAuth access tokens.
1Return OAuth access tokens created after this date.
Return OAuth access tokens created before this date.
The number of results to return. If omitted, 100 results will be returned.
1 <= x <= 100The cursor to paginate the results. Cursor-based pagination will always be used unless if left blank and a page number is provided.
1The page number to return. If omitted, the first page of results will be returned.
x >= 1The field to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.
dateCreated, dateUpdated The direction to sort the results by. If omitted, the results will be sorted by dateCreated in descending order.
asc, desc