ClientClient_uuid
x-api-key<token>
HMAC-SHA256 signed key produced by the apikee engine.
Format: <base62-id>.<base62-claims>.<base62-hmac>
The first 12 characters are the keyPrefix (safe for logging).
In: header
Path Parameters
client_uuid*string
Format
uuidQuery Parameters
keyId?string
Response Body
application/json
curl -X DELETE "https://apikee.dev/api/v1/client/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"success": true
}Create client(s) POST
Creates one or more clients. If `keys` are specified, each key is signed by the apikee HMAC engine and the full `rawKey` is returned **once** in the response inside the key object. Store it immediately — it cannot be retrieved again (only the SHA-256 hash is persisted).
Get client (includes stats) GET
Next Page
