Add API key

POST {{baseUrl}}/api/:projectId/apikeys

Add an API key. If you set developmentKey to true this flag will be removed from the current development API key.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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