GET
/transactional-api/organisation-detailsGet Organisation Details
Returns organisation-level details for the requesting practice, including its correspondence address.
Authorization: Bearer token (JWT). See Authentication.
Responses
200 Details of the local organisation.
{
"name": "string",
"shortName": "string",
"emailAddress": "string",
"telephoneNumber": "string",
"odsCode": "string",
"tenantId": "string",
"correspondenceAddress": {
"line1": "string",
"line2": "string",
"line3": "string",
"locality": "string",
"administrativeArea": "string",
"postalCode": "string",
"country": "string"
}
}