Organisations

Managing Conformity organisations.

Get Organisation External ID

get/organisation/external-id

This endpoint allows you to get your organisation's external ID. You need the external ID for registering a new account. note: The endpoint will return an error if no accounts have previously been added to the organisation.

IMPORTANT:

This external ID is not to be cached

SecurityApiKeyAuth
Responses
200

OK

403

Forbidden. This happens when an invalid api key is provided or the user does not have access to the api keys.

Response samples
application/json
{
  • "data": {
    }
}