Retrieve a list of all venues (locations).
x-tokenx-brandx-venue| Field | Type | Description |
|---|---|---|
success | boolean | Success status of the request. |
data | array | Branch objects. |
time | number | Response time (ms). |
timestamp | string | ISO 8601 date. |
| Field | Type | Description |
|---|---|---|
id | number | Branch ID. |
name | string | Branch name. |
address | string | Address. |
status | number | 1 = active, 0 = inactive. |
phone | string | Contact number. |
email | string | Contact email. |
status field indicates inactive branches; to work only with active branches, retrieve those where status === 1.x-venue in other endpoints.