v1

latestOpenAPI 3.0.0Apache 2.02026-07-143281,4552.1 MB
Bookings

ListTeamMemberBookingProfiles

Lists booking profiles for team members.

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

Query parameters

bookable_onlyboolean

Indicates whether to include only bookable team members in the returned result (true) or not (false).

limitinteger

The maximum number of results to return in a paged response.

cursorstring

The pagination cursor from the preceding response to return the next page of the results. Do not set this when retrieving the first page of the results.

location_idstring

Indicates whether to include only team members enabled at the given location in the returned result.

Response

Success

cursorstring

The pagination cursor to be used in the subsequent request to get the next page of the results. Stop retrieving the next page of the results when the cursor is not set.

Example response

{
  "errors": [],
  "team_member_booking_profiles": [
    {
      "display_name": "Sandbox Seller",
      "is_bookable": true,
      "team_member_id": "TMXUrsBWWcHTt79t"
    },
    {
      "display_name": "Sandbox Staff",
      "is_bookable": true,
      "team_member_id": "TMaJcbiRqPIGZuS9"
    }
  ]
}