Inquire
Get Action Reasons
Gets reason codes and reason descriptions based on the actions defined for your business. This serves as a log for tracking and analysis. As an example, an action such as ‘points transfer’ has a specific code for it and a description such as ‘transferring to relative’ associated with it. In addition to the predefined actions, custom actions can be added.
GET
/
v1
/
inquire
/
get_action_reasons
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Response of the FetchActionReasons API
status
integer
Status of the call
message
string
default: Exception messageMessage corresponding to the call
errors
string
Error details, if applicable
data
object[]
Was this page helpful?