API ReferenceOrganisation Management
Get organisation verification export status (Admin only)
Retrieve the current status of an organisation verification export and a download link when available.
GET
/v1/organisation-management/verifications/exports/{id}Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
curl -X GET "https://example.com/v1/organisation-management/verifications/exports/string"Empty
Request organisation verification export (Admin only)
Create a verification export for a selected organisation. Small exports complete immediately; larger exports are processed asynchronously.
Search organisations by name (Admin only)
Case-insensitive LIKE search on organisation name. Returns id and name only. Defaults to 10 results, max 50.