v1

latestOpenAPI 3.0.02026-08-0610682246.0 KB
Third-Party Authentication

Start an authorization code flow

Starts OAuth2 Authorization Code Flow. The resource owner will be authenticated and be presented with the third-party application access request.

get/zephr/oauth2

Query parameters

client_idstring required

Zephr Site Oauth2 Client ID.

response_typestring required

Must be set to code.

redirect_uristring required

Client's redirection endpoint. Must be an absolute URI.

scopestring required

The scope of the access request.

statestring required

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