Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Query Parameters
appId
stringuserId
stringOK
Was this helpful?
Delete outbound application token by id DELETE
Delete outbound application token by id, using a valid management key. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Fetch outbound application user token with the specified scopes POST
Fetch outbound application user token, using a valid management key. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`