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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}