Requires a generated API key to verify.
Header
string
required
Generated API key obtained from the
/generated-key endpointDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/generated-key endpointcurl -X 'GET' \
'https://radar.scorton.tech/verify-key' \
-H 'accept: application/json' \
-H 'x-api-key: example_key'
{
"status": "success",
"message": "API Key valide",
"data": {
"api_key": "example_key",
"api_key_id": 0,
"client_id": 0,
"level": "free"
}
}
| Status | Description |
|---|---|
| 200 | Returns |
| Status | Description | Example |
|---|---|---|
| 401 | Invalid API key | json { "detail": "Clé API invalide" } |