GET
/
v1
/
inquire
/
get_action_reasons
curl --request GET \
  --url https://vanilla-dev02-loyalty.fabric.zone/api/v1/inquire/get_action_reasons \
  --header 'Authorization: Bearer <token>'
{
  "status": 200,
  "message": "",
  "errors": "",
  "data": [
    {
      "id": 1001,
      "code": "5726",
      "reason": "Unmerge Accounts with consent of both members",
      "action": "Unmerge Accounts",
      "companyId": 15,
      "codeDescription": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
OK

Response of the FetchActionReasons API

status
integer

Status of the call

message
string
default:
Exception message

Message corresponding to the call

errors
string

Error details, if applicable

data
object[]