Managed Authentication
Create Authentications
Create a new Authentication for a specific App using user-provided credentials.
See the Adding an Authentication guide for an overview of how Authentications work.
To create a new Authentication for a selected App, make a POST
request to the /authentications
endpoint. This allows your user to securely connect their account to the selected third-party App.
A successful response will return the newly created Authentication object:
This endpoint requires the authentication:write
OAuth scope. Authentications are tied to the current user and must be initiated by them.
If you’re unsure which App ID to use when creating an Authentication, first retrieve it from the /apps
endpoint.
This API is rate limited.
Was this page helpful?