Authorization endpoint

Users are redirected to web app to authenticate themselves and authorize the app with client_id to act on behalf of themselves.

Query Params
string
required

Only code flow is supported

string
required

Identifier of the Zeplin app requesting user authentication

string
required

User is redirected to this endpoint after authorization

string

RECOMMENDED. An opaque value used by the client to maintain state between the request and callback.

string

RECOMMENDED. A PKCE code challenge derived from the code verifier, to be verified against later.

string
enum
Defaults to S256

RECOMMENDED. PKCE code verifier transformation method.

Allowed:
Response
302

User is redirected to web app for authorization

Language
Request
Response
Click Try It! to start a request and see the response here!