Skip to main content
GET/transactional-api/list-collection-locations

List Collection Locations

Returns all active dispensing collection locations with their identifier and name, for use as preferredCollectionLocationId on register-permanent-nhs-patient.

Authorization: Bearer token (JWT). See Authentication.

Responses

200 Active collection locations.
[
{
"id": "9a1e2d3c-4b5f-4a6e-8c7d-1e2f3a4b5c6d",
"name": "Main Surgery Dispensary"
}
]