Page cover

Get Single Account Request Status

Endpoint

GET {{base_url}}/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

The requestStatus field in a company account response indicates its current state:

  • "APPROVED": The account is fully active and validated.

  • "PENDING": The account is under review or awaiting more information/action.

  • "REJECTED": The account application was denied.

Last updated