To get place types list
This api is used to get place types list. Get place types list by sending a GET request to the endpoint below.
GET /place-types
Try it:
Response:
{
"success": true,
"data": {
"place_types": [
{
"title": "Board Room",
"slug": "board-room"
},
{
"title": "Co-working place",
"slug": "co-working-place"
},
{
"title": "Corporate Event",
"slug": "corporate-event"
},
{
"title": "Day Office",
"slug": "day-office"
},
{
"title": "Meeting Room",
"slug": "meeting-room"
},
......
]
},
"message": "Place types fetched successfully"
}
Description:
| Filter Name |
Description |
| access_token* |
Access token, obtain it from authentication api |