Square
Connector for the square API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://connect.squareup.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
listbankaccounts— GET /v2/bank-accounts — ListBankAccountsgetbankaccountbyv1id— GET /v2/bank-accounts/by-v1-id/{v1_bank_account_id} — GetBankAccountByV1Idgetbankaccount— GET /v2/bank-accounts/{bank_account_id} — GetBankAccountlistbookings— GET /v2/bookings — ListBookingsretrievebusinessbookingprofile— GET /v2/bookings/business-booking-profile — RetrieveBusinessBookingProfilelistbookingcustomattributedefinitions— GET /v2/bookings/custom-attribute-definitions — ListBookingCustomAttributeDefinitions
Inputs
apiKey— your square API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listbankaccounts
apiKey: <your key>