Skip to main content
GET
/
v2
/
admin
/
branches
/
{id}
Get Branch
curl --request GET \
  --url https://api.voxo.co/v2/admin/branches/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "default": 123,
  "timezone": "<string>",
  "tenant": {
    "id": 123,
    "name": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
number
required

Branch ID

Response

Branch details

id
number
required

Branch ID

name
string
required

Branch name

default
number
required

Whether this is the default branch (1 = yes, 0 = no)

timezone
string | null
required

IANA timezone identifier

tenant
object
required

Parent tenant