Skip to main content
GET
/
applications
/
information-request-codes
List available information request codes
curl --request GET \
  --url https://api.equalsmoney.com/v2/applications/information-request-codes \
  --header 'Authorization: <api-key>'
[
  {
    "code": "string",
    "expectedResponseType": "text",
    "description": "string"
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json

OK

code
string
required

The standardised code identifying the type of information.

expectedResponseType
enum<string>
required

The expected format of the response for this information request item.

Available options:
file,
text,
boolean,
date
Example:

"text"

description
string
required

Human-readable description of what the code represents.

Example:
[
{
"code": "string",
"expectedResponseType": "text",
"description": "string"
}
]