Invites and API keys
Create API key
Create a new API key in a workspace.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your workspace API key. See Find your API key for more information.
Path Parameters
The workspace id.
Body
application/json
Response
201 - application/json
The API key creation date.
The API key last use date.
The API key last update date.
The API key id.
The API key value.
Maximum length:
120
The API key name.
Maximum length:
120
Was this page helpful?