Get Single Account Request Status
Endpoint
GET {{}}/v1/accounts/requests/<request_id>/status
Description
This endpoint is used to get the request status for a specified organisation account.
URL Parameters
request-id (string): The request ID of the account request you want to retrieve.
Response
On success, the API will return a JSON object containing the status of a single company account request
{
"status": true,
"message": "Account request fetched",
"data": "APPROVED",
"code": 200
}
Last updated