Add API key

POST {{baseUrl}}/api/organizations/:organizationId/apikeys

Add an API key.

Request Body

{"name"=>"<string>", "apiKey"=>"<string>", "role"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}