Checkio API
get/v1/auth/callback

OAuth callback

Public Endpoint
Auth

Handles the OAuth callback after authentication

Query Parameters

NameTypeDescription
code
required
string-
state
required
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}'