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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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