Request More Information
Overview
The Request More Information API returns the specific fields that required update from admin
Authentication
This endpoint requires authentication. See API Authentication for detailed requirements and how to obtain credentials.
Endpoint
GET /api/applications/{id}/request-info
Path Parameters
- id (required): The unique application identifier for which you want to retrieve missing information
Response Structure
Success Response Example
{
"statusCode": 200,
"data": [
{
"label": "string",
"submitPath": "string",
"note": "string"
}
]
}