Zernio
Zernio
API Reference

API Keys

List keysGETCreate keyPOSTDelete keyDELETEVerify credentialGET
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
API Keys

Delete key

Permanently revokes and deletes an API key.


DELETE
/v1/api-keys/{keyId}

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.

In: header

Path Parameters

keyId*string

Response Body

application/json

application/json

application/json

application/json

{  "message": "API key deleted successfully"}
Was this page helpful?

Create key

Creates a new API key with an optional expiry. The full key value is only returned once in the response.

Verify credential

Checks whether the bearer credential on this request is valid, without reading any data. Accepts an API key or an OAuth access token. Intended for clients that must validate a credential before use (for example an MCP server verifying an incoming token) so they do not have to call a data endpoint to do it.