GET /v2/bookings/team-member-booking-profiles
Lists booking profiles for team members.
Servers
- https://connect.squareup.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
location_id |
String | No |
Indicates whether to include only team members enabled at the given location in the returned result. |
limit |
Integer | No |
The maximum number of results to return. |
bookable_only |
Boolean | No |
Indicates whether to include only bookable team members in the returned result ( |
cursor |
String | No |
The cursor for paginating through the results. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.