API Preview - This API is under active development. Endpoints may change without notice.
DevelopersREST API/Organisations
Organisations
Organisation profiles, context configuration, and collective administration.
7 endpoints
Endpoints
Endpoint Details
GET /orgs/me
GET
/orgs/meJWTReturns the authenticated organisation profile.
Response
json
{
"id": "e1f2a3b4-c5d6-7890-efab-cdef12345678",
"name": "TechCorp AU",
"industry": "Technology",
"size": "mid_market",
"tier": "partner",
"headquarters_country": "AU",
"website": "https://techcorp.example.com",
"created_at": "2026-02-15T10:00:00Z"
}PATCH /orgs/me
PATCH
/orgs/meJWTUpdate organisation profile fields. Requires org_admin role.
GET /orgs/me/culture-profile
GET
/orgs/me/culture-profileJWTReturns the organisation culture profile including BRAVING dimensions and CVF quadrant scores.
Query Parameters
| Name | Type | Description |
|---|---|---|
version | integer | Specific version, or latest if omitted |
GET /orgs/me/culture-profile/questionnaire
GET
/orgs/me/culture-profile/questionnaireJWTReturns the culture profile questionnaire structure with BRAVING dimensions and CVF quadrant questions.
GET /orgs/me/matches
GET
/orgs/me/matchesJWTList all matches across the organisation's contexts. Cursor-paginated with quality and status filters.
Query Parameters
| Name | Type | Description |
|---|---|---|
job_id | string | Filter by job UUID |
quality | string | Filter by match quality tier |
status | string | Filter by match status |
limit | integer | Page size (max 100) |
cursor | string | Pagination cursor |
POST /orgs/{org_id}/sso/configure
POST
/orgs/{org_id}/sso/configureJWTConfigure SAML SSO for the organisation. Requires E3 Operator tier or above.
Path Parameters
| Name | Type | Description |
|---|---|---|
org_id* | string | Org UUID |
GET /orgs/{org_id}/sso/configuration
GET
/orgs/{org_id}/sso/configurationJWTRetrieve the current SSO configuration. Requires E3 Operator tier.
Path Parameters
| Name | Type | Description |
|---|---|---|
org_id* | string | Org UUID |