Partner API Reference
Callback Endpoint
Partner Endpoint Implementation Required
- If the user accepted the requested permissions the Redirect URL will be called with
code
and optionallystate
. - If the user denied the requested permissions the Redirect URL will be called with
error
and optionallyerror_description
,error_uri
, andstate
.
Query Parameters
code?string
The Authorisation Code
error?string
An error code from section 4.1.2.1 of the OAuth 2.0 specification
error_description?string
An optional error description
error_uri?string
An optional uri to find out more about the error
state?string
An optional state parameter provided by the Partner in the initial authorize request