Gathering action information
Choose authentication
Get list of Zapier authentications associated with the requesting user and account.
GET
/
api
/
v2
/
apps
/
{app}
/
auths
/
Authentications for each app can be managed in your Zapier account.
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
app
string
requiredThe app to get authentications for.
Query Parameters
account_id
integer
The Zapier account ID to get authentications for.
only_owned
boolean
default: falseIf this is true
, only authentications that are owned by the authenticated user will be returned.
If this is false
, then authentications that are shared with the user will also be returned.
Response
200 - application/json
last_refresh_seconds_ago
integer | null
requiredSeconds that have elapsed since the list of authentications for this user/app has been refreshed.
To refresh the list, use the force_refresh
query parameter.
results
object[]
requiredmessage
string | null
Message about the result of the request, does not need to be shown to the user.