Create a new OAuth access token for a given OAuth app.
OAuth Apps and Tokens
Create a new OAuth access token for a given OAuth app.
This endpoint creates a new OAuth access token at the user scope.
POST
Create a new OAuth access token for a given OAuth app.
Authorizations
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.
Path Parameters
Body
application/json
The OAuth app client secret returned in the POST /oauth/apps response.
The user that this token will be bound to
One of ("read", "write"). This will restrict what HTTP verbs the token has access to.
Available options:
read, write Get all OAuth access tokens for a given OAuth app.Revoke an OAuth access token for a given OAuth app.