For verify state
Query parameters
-
state to verify auth user
GET
/api/v1/oauth/verify
curl \
-X GET https://api.crawlora.com/api/v1/oauth/verify?state=string
Response examples (200)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {
"token": "string"
}
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (422)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}