GET/api/v1/get-my-organisation-request

Get your organisation request

Returns the caller's most recent organisation request, or nothing if they have never submitted one, so the application can show a pending-review state instead of the request form.

AccessRequires a signed-in caller

The call takes no parameters: it reports on the signed-in caller. request is null when the caller has never submitted one, which is the signal to show the request form; otherwise it carries their most recent request, so the application can show that it is under review rather than inviting a second one. Only one request may be open at a time, so check here before calling POST /api/v1/request-organisation again.

request is an OnboardingRequest, documented under Shared objects. status is pending until staff review it, review_note carries the reviewer's note, and was_created with created_org_uid records the organisation created on approval.