Add HMAC key
POST {{baseUrl}}/api/:projectId/hmackeys
Add an HMAC key. If you set developmentKey
to true
this flag will be removed from the current development HMAC key.
Request Body
{"name"=>"<string>", "hmacKey"=>"<string>", "isDevelopmentKey"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}