Add API key
POST {{baseUrl}}/api/organizations/:organizationId/apikeys
Add an API key.
Request Body
{"name"=>"<string>", "apiKey"=>"<string>", "role"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}