cURL
curl --request POST \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/oauth/apps/{clientId}/access-token \ --header 'Content-Type: application/json' \ --data '{ "clientSecret": "<string>", "userId": "<string>", "scope": "read" }'
{ "accessTokenId": "<string>", "accessToken": "<string>" }
This endpoint creates a new OAuth access token at the user scope. Note: this endpoint is only available to select customers at this time.
Create a new OAuth access token for a given OAuth app.
The response is of type object.
object