Keys Endpoints
5 endpoints available
Manage API keys for your applications. Create, update, and revoke keys with granular permission scopes. Track key usage and maintain security best practices.
List API Keys
/v1/keysGet all API keys with metadata and usage stats
GET1 param
Create API Key
/v1/keysGenerate a new API key with scoped permissions
POST1 param
Get API Key
/v1/keys/:idGet detailed metadata and configuration for a key
GET1 param
Update API Key
/v1/keys/:idUpdate key name, permissions, or limits
POST1 param
Revoke API Key
/v1/keys/:idPermanently revoke a key and terminate access
POST1 param
Related Standards & References
Learn more about the protocols and standards behind these endpoints.
Try These Endpoints
Test Keys endpoints live in the playground. No signup required.