Create an API key

Creates a new API key (client credentials) for the specified space. Requires user authentication (JWT). API keys cannot create other API keys.

post/spaces/{space_id}/api_keys

Path parameters

space_idstring required

Request body

namestring required

Response

API key created

api_keystring required
access_keystring required
secret_keystring required

Changes