GET
/
api
/
v2
/
apps
/
{app}
/
auths
/

Authentications for each app can be managed in your Zapier account.

Authorizations

Authorization
string
headerrequired

Path Parameters

app
string
required

The app to get authentications for.

Query Parameters

account_id
integer

The Zapier account ID to get authentications for.

only_owned
boolean
default: false

If 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
required

Seconds 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[]
required
message
string | null

Message about the result of the request, does not need to be shown to the user.