Manage API keys for machine-to-machine access. API key routes currently live under /auth/api-keys.

Endpoints

ActionEndpoint
List keysGET /auth/api-keys
Create keyPOST /auth/api-keys
Rename keyPATCH /auth/api-keys/{id}
Revoke keyDELETE /auth/api-keys/{id}
Use the resulting key with the X-API-Key header.