Skip to main content
Thrivory proprietary denial reason codes
curl --request GET \
  --url https://api.sandbox.thrivory.com/v1/metadata/reason-codes \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "<string>",
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

List of reason codes

code
string
required
description
string
required