Skip to main content
POST
/
v1
/
keys
/
{key_id}
/
verify
Verify Key
curl --request POST \
  --url https://api.example.com/v1/keys/{key_id}/verify
{
  "ok": true,
  "error": "<string>",
  "last_verified_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt

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

Headers

x-dev-user
string | null
authorization
string | null

Path Parameters

key_id
string<uuid>
required

Response

Successful Response

ok
boolean
required
error
string | null
last_verified_at
string<date-time> | null