API ReferenceA P I Keys

Verify Api Key

POST
/api-keys/verify

This endpoint only requires the X-Api-Keys header configured to check the validity of an API key and retrieve organization information including monitored domains

Authorization

ApiKeyAuth
X-API-Key<token>

API key for authentication

In: header

Response Body

application/json

curl -X POST "https://api.stealed.io/api-keys/verify"
{
  "valid": true,
  "organization": {},
  "api_key_info": {}
}