Retrieves details of a specific tour
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/open/companies//tenants//tour/' \
--header 'Authorization: Bearer <token>'
Responses
Tour details retrieved successfully
{
"id": 0,
"company_uuid": "string",
"tenant_uuid": "string",
"client_id": 0,
"type": "Call",
"category_id": 0,
"name_primary_language": "string",
"name_secondary_language": "string",
"assigned_to_staff_id": 0,
"staff_name": "string",
"title": "string",
"status": "Scheduled",
"scheduled_date": "2019-08-24T14:15:22.123Z",
"tenant_address": "string",
"tenant_location": "string"
}
Modified at 2025-03-21 07:23:14