consumerkey
Create Consumer Key
Create new Consumer Key
Note: Consumer Key creation is not allwed when authenticated via Consumer Key.
post/user/consumerKeys
Request body
Example request
{
"label": "QAkey.",
"permissions": [
"SEND_SMTP",
"SEND_API",
"APIS"
],
"ips": [
"192.168.1.1"
]
}Response
Sucess
Consumer Key Created Sucessfully.
Example response
{
"consumerKey": "b914ad238d0e8e8851b81e86ce46ae1d",
"consumerSecret": "JOSenWTYopGjhZ1CDvsEbcK9PNUA06Xy"
}