Zapier

Zapier Oauth Token

OAuth2 token endpoint called by Zapier's backend. Supports the authorization_code and refresh_token grants. Public (authenticated by client credentials in the form body), so it is exempt from the cookie session.

post/zapier/oauth/token

Response

Successful Response

access_tokenstring required
token_typestring
expires_ininteger required
refresh_tokenstring required
scopestring nullable

Changes

No recorded changes to this endpoint across all 2 revisions of this API.