/v1/organizationGet the Organization for this access token
Required API scopes: organization.read
Responses
The requested Organization.
address_line_1string | nullrequiredThe primary address line of the organization.
address_line_2string | nullrequiredThe secondary address line of the organization.
citystring | nullrequiredThe city in the organization's postal address.
country_codestring | nullrequiredThe ISO 3166-1 alpha-2 country code for the postal address, such as
GBfor the United Kingdom.countystring | nullrequiredThe county or region in the organization's postal address.
created_atstring · date-timerequiredAn ISO 8601 timestamp in UTC, with a
Zsuffix. For example,2026-07-01T09:00:00Z.currencystring | nullrequiredThe ISO 4217 currency code used by the organization. Must be one of
chf,eur,gbp, orusd. Null when this Organization is returned fromGET /v1/organizationsor nested on a PatientConnection.emailstring | null · emailrequiredThe contact email address of the organization. Null when this Organization is returned from
GET /v1/organizationsor nested on a PatientConnection.formatted_addressstring | nullrequiredThe single-line address of the organization, formatted for display.
idstring · uuidrequiredThe resource's unique identifier, formatted as an RFC 4122 version 4 UUID.
namestringrequiredThe display name of the organization, for example
Acme Healthcare.objectanyrequiredDiscriminator value emitted at
object.organization_typestring | nullrequiredThe kind of organization. Use
gp_practicewhen attaching a GP.Allowed values:
consultant | gp_practice | hospital | laboratory | legal | other | pharmacy | private_practice | nullphonestring | nullrequiredThe formatted contact phone number of the organization. Null when this Organization is returned from
GET /v1/organizationsor nested on a PatientConnection.postcodestring | nullrequiredThe postal code in the organization's postal address.
subdomainstring | nullrequiredThe URL-safe subdomain that identifies the organization. Null when this Organization is returned from
GET /v1/organizationsor nested on a PatientConnection.time_zonestring | nullrequiredThe IANA time zone used to interpret scheduling dates and display appointment times. Always
Europe/Londonwhen present. Null when this Organization is returned fromGET /v1/organizationsor nested on a PatientConnection.updated_atstring · date-timerequiredAn ISO 8601 timestamp in UTC, with a
Zsuffix. For example,2026-07-01T09:00:00Z.
Example
{
"id": "8192a3b4-c5d6-4ef0-9123-456789abcdef",
"object": "organization",
"address_line_1": "10 Harley Street",
"address_line_2": "Marylebone",
"city": "London",
"country_code": "GB",
"county": "Greater London",
"created_at": "2026-01-01T09:00:00Z",
"currency": "GBP",
"email": "alex.morgan@example.com",
"formatted_address": "10 Harley Street, Marylebone, London, W1G 9PF",
"name": "Harley Street Clinic",
"organization_type": "consultant",
"phone": "2071234567",
"postcode": "W1G 9PF",
"subdomain": "harley-street-clinic",
"time_zone": "Example time zone",
"updated_at": "2026-01-01T09:00:00Z"
}The access token is missing, invalid, expired, or revoked.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}The access token lacks the required scope, or the project is disabled.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}Too many requests. Retry after the delay indicated by Retry-After.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}