v1

latestOpenAPI 3.0.02026-08-04660400.1 KB

Create a new OAuth access token for a given OAuth app.

This endpoint creates a new OAuth access token at the user scope.

post/v1/core/oauth/apps/{clientId}/access-token

Path parameters

clientIdstring required

Request body

clientSecretstring required

The OAuth app client secret returned in the POST /oauth/apps response.

userIdstring required

The user that this token will be bound to

scope'read' | 'write' required

One of ("read", "write"). This will restrict what HTTP verbs the token has access to.

Response

Create a new OAuth access token for a given OAuth app.

accessTokenIdstring required
accessTokenstring required