API Preview - This API is under active development. Endpoints may change without notice.
DevelopersEndpoints
Endpoint Details
GET /exports/member/{member_id}/gdpr-data
GET
/exports/member/{member_id}/gdpr-dataJWTExport all member data as CSV for GDPR data portability. Only the member or a platform admin can access.
Path Parameters
| Name | Type | Description |
|---|---|---|
member_id* | string | Member UUID |
GET /exports/org/{org_id}/bias-report
GET
/exports/org/{org_id}/bias-reportJWTExport a bias compliance report. Organisation admins, auditors, and platform admins can access.
Path Parameters
| Name | Type | Description |
|---|---|---|
org_id* | string | Org UUID |
GET /exports/org/{org_id}/matches
GET
/exports/org/{org_id}/matchesJWTExport organisation match results in CSV or XLSX format.
Path Parameters
| Name | Type | Description |
|---|---|---|
org_id* | string | Org UUID |
Query Parameters
| Name | Type | Description |
|---|---|---|
format | string | Export format: csv or xlsx (default csv) |
GET /exports/match/{match_id}/detail-report
GET
/exports/match/{match_id}/detail-reportJWTExport a match detail report as PDF. Org admins and platform admins can access.
Path Parameters
| Name | Type | Description |
|---|---|---|
match_id* | string | Match UUID |