Back to Explorer

Zuora OAuth endpoints

Zuora OAuth endpoints and related development resources

Zuora authorization endpoint

https://rest.zuora.com/oauth/authorize
The endpoint to redirect users to in order to grant your application access to their account.

Zuora token endpoint

https://rest.zuora.com/oauth/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Zuora OAuth documentation and resources