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

Documentation Index

Fetch the complete documentation index at: https://docs.corgea.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

token
string
required

The token to be verified

Response

Token is valid

status
string
Example:

"ok"