api.unkey.com/v2
Understanding our action-oriented API design
https://api.unkey.com/v2/{service}.{procedure}
POST /v2/keys.createKey
POST /v2/ratelimit.limit
curl -X POST "https://api.unkey.com/v2/keys.createKey" \ -H "Authorization: Bearer root_1234567890" \ -H "Content-Type: application/json" \ -d '{ "apiId": "api_1234", "name": "Production API Key" }'
keys.createKey()
POST /keys
Was this page helpful?