Skip to main content
POST
/
api
/
v1
/
internal
/
auth
/
verify
Verify Key Route
curl --request POST \
  --url https://api.example.com/api/v1/internal/auth/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "api_key": "<string>"
}
'
{
  "proxy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Headers

X-Runtime-Secret
string | null

Body

application/json
api_key
string
required

Response

Successful Response

proxy_id
string<uuid> | null
required
org_id
string<uuid>
required