Managed Authentication
Get Authentications
Retrieve Authentications for a specific App, scoped to those owned by the user.
Once you’ve selected an App, you can fetch the list of Authentications a user owns for that App by making a request to the /authentications
endpoint:
This endpoint returns only owned Authentications. Shared Authentications are excluded because Zaps can only be created using credentials that belong to the current user.
You’ll typically use this endpoint after selecting an App to identify which Authentication the user should use when configuring a Zap.
Working with a lot of credentials? Use the limit
and offset
parameters to paginate through results.
This API is rate limited.
Was this page helpful?