How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Square Bookings API

The Bookings API from Square — 11 operation(s) for bookings.

Square Bookings API is one of 45 APIs that Square publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Bookings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 13 operations across 11 paths, and defines 48 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against a single base URL, https://connect.squareup.com.

13 operations 11 paths 48 schemas 7 GET5 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Server
https://connect.squareup.com
Authentication
OAuth 2.0, API Key
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Square Bookings API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 57 scopes. An API key is passed in the header as Authorization (oauth2ClientSecret).

Paths & Operations 13

Across 11 paths, the API surfaces 13 operations — 7 GET, 5 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Bookings 13
GET
/v2/bookings
Square List Bookings
ListBookings 7 params → 200
POST
/v2/bookings
Square Create Booking
CreateBooking body → 200
POST
/v2/bookings/availability/search
Square Search Availability
SearchAvailability body → 200
POST
/v2/bookings/bulk-retrieve
Square Bulk Retrieve Bookings
BulkRetrieveBookings body → 200
GET
/v2/bookings/business-booking-profile
Square Retrieve Business Booking Profile
RetrieveBusinessBookingProfile → 200
GET
/v2/bookings/location-booking-profiles
Square List Location Booking Profiles
ListLocationBookingProfiles 2 params → 200
GET
/v2/bookings/location-booking-profiles/{location_id}
Square Retrieve Location Booking Profile
RetrieveLocationBookingProfile 1 param → 200
GET
/v2/bookings/team-member-booking-profiles
Square List Team Member Booking Profiles
ListTeamMemberBookingProfiles 4 params → 200
POST
/v2/bookings/team-member-booking-profiles/bulk-retrieve
Square Bulk Retrieve Team Member Booking Profiles
BulkRetrieveTeamMemberBookingProfiles body → 200
GET
/v2/bookings/team-member-booking-profiles/{team_member_id}
Square Retrieve Team Member Booking Profile
RetrieveTeamMemberBookingProfile 1 param → 200
GET
/v2/bookings/{booking_id}
Square Retrieve Booking
RetrieveBooking 1 param → 200
PUT
/v2/bookings/{booking_id}
Square Update Booking
UpdateBooking 1 param body → 200
POST
/v2/bookings/{booking_id}/cancel
Square Cancel Booking
CancelBooking 1 param body → 200

Schemas 48

The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are Booking (17 properties), Address (14 properties), BusinessAppointmentSettings (13 properties), BusinessBookingProfile (8 properties). Each schema is shown below with its type and property counts.

BookingCreatorDetails
object
Information about a booking creator.
3 properties
Currency
string
Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://wikipedia.org/wiki/ISO4217).
CreateBookingRequest
object
2 properties 1 required
BusinessAppointmentSettingsAlignmentTime
string
Time units of a service duration for bookings.
SearchAvailabilityRequest
object
1 property 1 required
TeamMemberBookingProfile
object
The booking profile of a seller's team member, including the team member's ID, display name, description and whether the team member can be booked as a service…
5 properties
BusinessAppointmentSettings
object
The service appointment settings, including where and how the service is provided.
13 properties
RetrieveBusinessBookingProfileResponse
object
2 properties
CreateBookingResponse
object
2 properties
RetrieveTeamMemberBookingProfileResponse
object
2 properties
BookingCreatorDetailsCreatorType
string
Supported types of a booking creator.
BusinessBookingProfileBookingPolicy
string
Policies for accepting bookings.
BusinessBookingProfile
object
A seller's business booking profile, including booking policy, appointment settings, etc.
8 properties
BusinessAppointmentSettingsBookingLocationType
string
Supported types of location where service is provided.
SearchAvailabilityQuery
object
The query used to search for buyer-accessible availabilities of bookings.
1 property 1 required
Country
string
Indicates the country associated with another entity, such as a business. Values are in [ISO 3166-1-alpha-2 format](http://www.iso.org/iso/home/standards/count…
LocationBookingProfile
object
The booking profile of a seller's location, including the location's ID and whether the location is enabled for online booking.
3 properties
Money
object
Represents an amount of money. Money fields can be signed or unsigned. Fields that do not explicitly define whether they are signed or unsigned are considered…
2 properties
BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType
string
Types of daily appointment limits.
SearchAvailabilityResponse
object
2 properties
TimeRange
object
Represents a generic time range. The start and end values are represented in RFC 3339 format. Time ranges are customized to be inclusive or exclusive based on…
2 properties
SearchAvailabilityFilter
object
A query filter to search for buyer-accessible availabilities by.
4 properties 1 required
SegmentFilter
object
A query filter to search for buyer-accessible appointment segments by.
2 properties 1 required
CancelBookingResponse
object
2 properties
ListTeamMemberBookingProfilesResponse
object
3 properties
BusinessAppointmentSettingsCancellationPolicy
string
The category of the seller’s cancellation policy.
BookingStatus
string
Supported booking statuses.
Address
object
Represents a postal address in a country. For more information, see [Working with Addresses](https://developer.squareup.com/docs/build-basics/working-with-addr…
14 properties
BusinessBookingProfileCustomerTimezoneChoice
string
Choices of customer-facing time zone used for bookings.
ListBookingsResponse
object
3 properties
BulkRetrieveBookingsRequest
object
Request payload for bulk retrieval of bookings.
1 property 1 required
BookingBookingSource
string
Supported sources a booking was created from.
CancelBookingRequest
object
2 properties
UpdateBookingResponse
object
2 properties
RetrieveLocationBookingProfileResponse
object
2 properties
Booking
object
Represents a booking as a time-bound service contract for a seller's staff member to provide a specified service at a given location to a requesting customer i…
17 properties
Availability
object
Defines an appointment slot that encapsulates the appointment segments, location and starting time available for booking.
3 properties
Error
object
Represents an error encountered during a request to the Connect API. See [Handling errors](https://developer.squareup.com/docs/build-basics/handling-errors) fo…
4 properties 2 required
ErrorCode
string
Indicates the specific error that occurred during a request to a Square API.
BulkRetrieveTeamMemberBookingProfilesResponse
object
Response payload for the [BulkRetrieveTeamMemberBookingProfiles](api-endpoint:Bookings-BulkRetrieveTeamMemberBookingProfiles) endpoint.
2 properties
UpdateBookingRequest
object
2 properties 1 required
FilterValue
object
A filter to select resources based on an exact field value. For any given value, the value can only be in one property. Depending on the field, either all prop…
3 properties
BulkRetrieveBookingsResponse
object
Response payload for bulk retrieval of bookings.
2 properties
BulkRetrieveTeamMemberBookingProfilesRequest
object
Request payload for the [BulkRetrieveTeamMemberBookingProfiles](api-endpoint:Bookings-BulkRetrieveTeamMemberBookingProfiles) endpoint.
1 property 1 required
ListLocationBookingProfilesResponse
object
3 properties
RetrieveBookingResponse
object
2 properties
ErrorCategory
string
Indicates which high-level category of error has occurred during a request to the Connect API.
AppointmentSegment
object
Defines an appointment segment of a booking.
7 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

square-bookings-api-openapi.yml Raw ↑

Other APIs Square publishes across the network.

Square Reporting API
Square Channels API
Square Transfer Orders API
Square ApplePay API
Square BankAccounts API
Square BookingCustomAttributes API
Square Cards API
Square CashDrawers API
Square Catalog API
Square Checkout API
Square CustomerCustomAttributes API
Square CustomerGroups API
Where this information came from

This is an independent, third-party profile of Square Bookings API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.