Get Authentications
Fetch the available Authentications for the provided App. This will only return Authentications that are owned by the user and not those that are shared with them, since it’s not possible to create Zaps with Authentications you don’t own.
This API is rate limited. See Rate Limiting for more details.
OAuth
This endpoint requires the authentication
OAuth scope.
Authorizations
See our OAuth2 authentication documentation
Query Parameters
A canonical App ID, as provided by the /apps
endpoint.
Used for paginating results. Specifies the maximum number of items to return per page. If this value is not set, it defaults to 10.
Used for paginating results. Specifies the offset to use.
Response
Base Response definition to be used in other Response Serializers.
Be sure to include the data
field after using this class
The links object returned in paginated response bodies.
The meta object returned in paginated response bodies.