Gets a list of Facilities associated to your api key.
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "e1967c3bf9c84d7f828815f4814f5116",
- "reference_id": "000000000123",
- "name": null,
- "display_name": null,
- "identifier_code": "0000000000123",
- "phone_number": "123-432-1234",
- "timezone": "America/New_York",
- "licenses": [
- {
- "license_number": "040-X0002"
}
], - "address": {
- "address_line_1": "123 farmlab st.",
- "address_line_2": "Suite 100",
- "address_line_3": null,
- "country": "USA",
- "county": "Cleveland",
- "city": "Cleveland",
- "state": "OH",
- "zip": "54321",
- "gps": null
}, - "entity_state": [
- {
- "state": "active",
- "date": "2024-01-05T15:27:39Z",
- "reason": "facility created",
- "actioned_by": "system_generated"
}, - {
- "state": "updated",
- "date": "2024-01-05T15:27:39Z",
- "reason": "facility updated",
- "actioned_by": "system_generated"
}
]
}
]
}, - "warnings": [ ]
}