Skip to main content
GET
/
verify
/
{token}
Verify Token (Deprecated)
curl --request GET \
  --url https://www.corgea.app/api/v1/verify/{token} \
  --header 'CORGEA-TOKEN: <api-key>'
{
  "status": "ok"
}

Authorizations

CORGEA-TOKEN
string
header
required

API key for authentication

Path Parameters

token
string
required

The token to be verified

Response

Token is valid

status
string
Example:

"ok"