Onboarding
List available information request codes
Returns all available information request codes with their expected response types and descriptions.
get/applications/information-request-codes
Response
OK
Example response
[
{
"code": "string",
"expectedResponseType": "text",
"description": "string"
}
]