Smartrr API Token
Create API Token
post/vendor/smartrr-api-token
Request body
Example request
{
"smartrrApiTokenConfig": {
"scopeSettings": {
"SMS_CONFIG": 0,
"EMAIL_CONFIG": 2,
"ANALYTICS": 1
}
}
}Response
Successful response
Example response
{
"token": {
"scopeSettings": {
"SMS_CONFIG": 0,
"EMAIL_CONFIG": 2,
"ANALYTICS": 1
}
}
}