403
The authenticated user can not make this request. This is not an authentication issue, this is an authorization issue (could be due to low balance, scope of the auth token used, etc).
Important: We use
404
rather than403
for invalid permissions as we don’t want to leak that the resource exists to another user
Example response
{
"type": "https://developer.nexmo.com/api-errors/account/secret-management#maximum-secrets-allowed",
"title": "Maxmimum number of secrets already met",
"detail": "This account has reached maximum number of '2' allowed secrets",
"instance": "797a8f199c45014ab7b08bfe9cc1c12c"
}