Bookings
RetrieveLocationBookingProfile
Retrieves a seller's location booking profile.
get/v2/bookings/location-booking-profiles/{location_id}
Path parameters
location_idstring required
The ID of the location to retrieve the booking profile.
Response
Success
Example response
{
"errors": [],
"location_booking_profile": {
"booking_enabled": true,
"booking_site_url": "https://square.site/book/L3HETDGYQ4A2C/prod-business",
"location_id": "L3HETDGYQ4A2C"
}
}