API Keys
Write API Keys
Create API Key
POST
`/v1/api-keys`
When an API Key is created, the full key will be shown only on that first response in a property called api_key
.
You can provide a name for your API Key if you would like. When adding scopes, you can either use integers or "read" and "write" strings.
Remember, you can only add scopes to an API Key, if the current API Key you are using also has those scopes.
Update API Key
POST
`/v1/api-keys/:api-key`
You can update the name and scopes of your API Key.