The API keys model has the following endpoints:
action | method | resource | description |
---|---|---|---|
Get All | GET | /users/_user_id_/keys | List all API keys of a user |
Create | POST | /users/_user_id_/keys | Create a new API key for a user |
Delete | DELETE | /users/_user_id_/keys/_key_id_ | Remove an API key of a user |
The API keys model has the following attributes:
Attribute | type | required | description |
---|---|---|---|
key | string | the key identifier | |
key_id | integer | The key |