GET /v2/bookings/team-member-booking-profiles

Lists booking profiles for team members.

Servers

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 (true) or not (false).

cursor String No

The cursor for paginating through the results.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.