cURL
Python
JavaScript
PHP
Go
Java
curl --request GET \
--url https://api.zapier.com/v2/authentications \
--header 'Authorization: Bearer <token>'
{
"links" : {
"next" : null ,
"prev" : null
} ,
"meta" : {
"count" : 1 ,
"limit" : 10 ,
"offset" : 0
} ,
"data" : [
{
"type" : "authentication" ,
"id" : "example_akLLd8kB" ,
"app" : "81f613aa-c98a-4383-a5fc-195e68647217" ,
"is_expired" : false ,
"title" : "Google Sheets some.user@mycompany.example"
}
]
}
This API is rate limited .
See our OAuth2 authentication documentation
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.
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 URL of the next page of paginated results.
The URL of the previous page of paginated results.
The meta object returned in paginated response bodies.
The total number of objects in the collection represented by the endpoint.
Required range: x > 0
The limit value used in the request.
Required range: x > 1
The offset value used in the request.
Required range: x > 0
An app that integrates with Zapier. (Expandable)
A list of categories to which this app belongs. Helpful in identifying apps by type and functionality.
Human readable description of the app.
A branded color that can be used to represent the app.
Default image/icon to represent the app.
Images/icons of various resolutions to represent the app.
data.app.images. url_128x128
data.app.images. url_16x16
data.app.images. url_32x32
data.app.images. url_64x64
A url that, when visited, will direct the user to authenticate with the app and allow Zapier access to the app, thus creating a new Authentication.
If value is `null`, then no authentication is required to use the app.
Human readable name of the app
If true
, this Authentication has expired. It will not be usable, and the user needs to be directed to reconnect it.
The type of this object.
authentication
- authentication
Available options:
authentication