get
/v1/auth/callbackOAuth callback
Public Endpoint
Auth
Handles the OAuth callback after authentication
Query Parameters
| Name | Type | Description |
|---|---|---|
coderequired | string | - |
staterequired | string | - |
Responses
Redirect to return URL with authentication cookies set
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/v1/auth/callback?code={code}&state={state}'