Authorization: Bearer ********************curl --location 'https://connect.deskbird.com/visitors/visitTypes' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "f1eebc99-9c0b-4ef8-bb6d-6bb9bd380f01",
"name": "Business",
"description": "External partners and customers",
"instructions": "<p>Report to reception on arrival</p>",
"isGlobal": false,
"officeIds": [
"a1eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"
],
"createdAt": "2026-01-15T09:30:00.000Z",
"updatedAt": "2026-06-01T08:00:00.000Z"
}
]
}