The resource owner will consent or deny the third party application access request, and Zephr will return an authorization code upon user's consent.
OK. The template variable "BASICAUTH" is set as the authorization header of "$CLIENTID" and "$CLIENTSECRET". The template variable "AUTHCODE" is set to the response body "code" field.
Unauthorized
{- "client_id": "1234567890",
- "response_type": "code",
- "scope": "user.account:read user.profile:read",
- "state": "abcdefghijklmnopqrstuvwsyz",
- "allow": true
}