cURL
curl --request GET \ --url https://api.example.com/api/v2/branches
[ { "id": "<string>", "organisationId": "<string>", "branchName": "<string>", "registrationNumber": "<string>", "sraIDNumber": "<string>", "websiteAddress": "<string>", "telephoneNumber": "<string>", "emailAddress": "<string>", "logoUrl": "<string>", "address": { "line_1": "<string>", "line_2": "<string>", "line_3": "<string>", "post_town": "<string>", "county": "<string>", "postcode": "<string>", "uprn": "<string>" }, "settings": {} } ]
Returns a list of branches for the organization.
List of branches
Branch ID
Organisation ID
Branch name
Registration number
SRA ID number
Website address
Telephone number
Email address
Logo URL
Branch address
Show child attributes
Branch settings
Was this page helpful?