Skip to main content
GET
/
apis
List implemented API operations
curl --request GET \
  --url https://api.guile.app/apis
{
  "acceptInvitation": true,
  "addBusinessFinancialAccount": true,
  "addBusinessPayoutCard": true,
  "addClientNote": true,
  "addPaymentMethod": true,
  "approveBarberReview": true,
  "approvePhoto": true,
  "approveRefundRequest": true,
  "assignBarberPortfolioPhoto": true,
  "assignBarberProfilePhoto": true,
  "assignServicePhoto": true,
  "assignServiceToBarber": true,
  "assignShopPortfolioPhoto": true,
  "assignShopProfilePhoto": true,
  "calculateBarberFees": true,
  "calculateCustomerFees": true,
  "cancelBarberAppointment": true,
  "cancelMyAppointment": true,
  "cancelPayout": true,
  "captureAppointmentPayment": true,
  "createAppointment": true,
  "createAppointmentExternalPayment": true,
  "createAuthenticationChallenge": true,
  "createBarberAppointment": true,
  "createBarberClient": true,
  "createBarberProfile": true,
  "createBarberSchedule": true,
  "createBarberScheduleOverride": true,
  "createInstantPayout": true,
  "createPlaidLinkToken": true,
  "createRecurringAppointment": true,
  "createReview": true,
  "createReviewTag": true,
  "createServiceCategory": true,
  "createShopProfile": true,
  "createShopService": true,
  "deleteBarberSchedule": true,
  "deleteBarberScheduleOverride": true,
  "deleteBarberService": true,
  "deleteBarberWeekSpecificSchedule": true,
  "deleteClientNote": true,
  "deleteMyAccount": true,
  "deletePasskey": true,
  "deletePhoto": true,
  "deleteRecurringAppointment": true,
  "deleteReview": true,
  "deleteReviewTag": true,
  "denyRefundRequest": true,
  "exchangePlaidPublicToken": true,
  "exchangeRefreshToken": true,
  "getAppointment": true,
  "getBarberClient": true,
  "getBarberDailySummaries": true,
  "getBarberProfile": true,
  "getBarberProfilePhoto": true,
  "getBarberReviewSummary": true,
  "getBarberScheduleOverride": true,
  "getBarberSettings": true,
  "getBarberWeeklySchedule": true,
  "getBarberWeeklyWorkingHours": true,
  "getBusinessBalances": true,
  "getBusinessPayoutPreferences": true,
  "getBusinessRegistration": true,
  "getInvitation": true,
  "getMyAppointment": true,
  "getMyProfile": true,
  "getMySettings": true,
  "getPasskeyRegistrationOptions": true,
  "getPayout": true,
  "getPhoto": true,
  "getRecurringAppointment": true,
  "getRefundRequest": true,
  "getReview": true,
  "getService": true,
  "getShopProfilePhoto": true,
  "getSmartGroup": true,
  "importBarberClients": true,
  "issueAnonymousToken": true,
  "listAppointmentOpenings": true,
  "listAppointmentPayments": true,
  "listAuthenticationChallengeMethods": true,
  "listBarberAppointments": true,
  "listBarberClients": true,
  "listBarberPortfolioPhotos": true,
  "listBarberScheduleOverrides": true,
  "listBarberSchedules": true,
  "listBarberServices": true,
  "listBarberWeekSpecificSchedules": true,
  "listBusinessFinancialAccounts": true,
  "listBusinessPayoutCards": true,
  "listClientNotes": true,
  "listImplementedApiOperations": true,
  "listLocationAppointments": true,
  "listLocationInvitations": true,
  "listMyAppointments": true,
  "listMyPaymentMethods": true,
  "listPasskeyAlgorithms": true,
  "listPasskeys": true,
  "listPayouts": true,
  "listPhotos": true,
  "listPlaidAccounts": true,
  "listRecurringAppointments": true,
  "listRefundRequests": true,
  "listReviews": true,
  "listReviewTags": true,
  "listServiceCategories": true,
  "listServicePhotos": true,
  "listShopPortfolioPhotos": true,
  "listShopServices": true,
  "listSmartGroupClients": true,
  "listSmartGroups": true,
  "logoutCurrentUser": true,
  "patchAppointment": true,
  "patchBarberClient": true,
  "patchBarberProfile": true,
  "patchBarberSchedule": true,
  "patchBarberScheduleOverride": true,
  "patchBarberService": true,
  "patchBarberSettings": true,
  "patchBusinessFinancialAccount": true,
  "patchClientNote": true,
  "patchMyProfile": true,
  "patchMySettings": true,
  "patchPaymentMethod": true,
  "patchRecurringAppointment": true,
  "patchReview": true,
  "patchReviewTag": true,
  "patchService": true,
  "patchSmartGroupRules": true,
  "putBarberWeekSpecificSchedule": true,
  "putBusinessPayoutPreferences": true,
  "refundAppointmentPayment": true,
  "registerBusiness": true,
  "registerPasskey": true,
  "rejectBarberReview": true,
  "rejectPhoto": true,
  "removeBarberClient": true,
  "removeBarberPortfolioPhoto": true,
  "removeBarberProfilePhoto": true,
  "removeBusinessFinancialAccount": true,
  "removeBusinessPayoutCard": true,
  "removePaymentMethod": true,
  "removeServicePhoto": true,
  "removeShopPortfolioPhoto": true,
  "removeShopProfilePhoto": true,
  "requestRefund": true,
  "revokeInvitation": true,
  "revokeTokens": true,
  "setBarberDefaultSchedule": true,
  "softDeleteBarber": true,
  "uploadPhoto": true,
  "verifyAuthentication": true
}

Response

Ok. The operation succeeded.

Implemented API operation availability flags for the main Guile API.

acceptInvitation
boolean
required

Whether acceptInvitation is implemented and available.

addBusinessFinancialAccount
boolean
required

Whether addBusinessFinancialAccount is implemented and available.

addBusinessPayoutCard
boolean
required

Whether addBusinessPayoutCard is implemented and available.

addClientNote
boolean
required

Whether addClientNote is implemented and available.

addPaymentMethod
boolean
required

Whether addPaymentMethod is implemented and available.

approveBarberReview
boolean
required

Whether approveBarberReview is implemented and available.

approvePhoto
boolean
required

Whether approvePhoto is implemented and available.

approveRefundRequest
boolean
required

Whether approveRefundRequest is implemented and available.

assignBarberPortfolioPhoto
boolean
required

Whether assignBarberPortfolioPhoto is implemented and available.

assignBarberProfilePhoto
boolean
required

Whether assignBarberProfilePhoto is implemented and available.

assignServicePhoto
boolean
required

Whether assignServicePhoto is implemented and available.

assignServiceToBarber
boolean
required

Whether assignServiceToBarber is implemented and available.

assignShopPortfolioPhoto
boolean
required

Whether assignShopPortfolioPhoto is implemented and available.

assignShopProfilePhoto
boolean
required

Whether assignShopProfilePhoto is implemented and available.

calculateBarberFees
boolean
required

Whether calculateBarberFees is implemented and available.

calculateCustomerFees
boolean
required

Whether calculateCustomerFees is implemented and available.

cancelBarberAppointment
boolean
required

Whether cancelBarberAppointment is implemented and available.

cancelMyAppointment
boolean
required

Whether cancelMyAppointment is implemented and available.

cancelPayout
boolean
required

Whether cancelPayout is implemented and available.

captureAppointmentPayment
boolean
required

Whether captureAppointmentPayment is implemented and available.

createAppointment
boolean
required

Whether createAppointment is implemented and available.

createAppointmentExternalPayment
boolean
required

Whether createAppointmentExternalPayment is implemented and available.

createAuthenticationChallenge
boolean
required

Whether createAuthenticationChallenge is implemented and available.

createBarberAppointment
boolean
required

Whether createBarberAppointment is implemented and available.

createBarberClient
boolean
required

Whether createBarberClient is implemented and available.

createBarberProfile
boolean
required

Whether createBarberProfile is implemented and available.

createBarberSchedule
boolean
required

Whether createBarberSchedule is implemented and available.

createBarberScheduleOverride
boolean
required

Whether createBarberScheduleOverride is implemented and available.

createInstantPayout
boolean
required

Whether createInstantPayout is implemented and available.

Whether createPlaidLinkToken is implemented and available.

createRecurringAppointment
boolean
required

Whether createRecurringAppointment is implemented and available.

createReview
boolean
required

Whether createReview is implemented and available.

createReviewTag
boolean
required

Whether createReviewTag is implemented and available.

createServiceCategory
boolean
required

Whether createServiceCategory is implemented and available.

createShopProfile
boolean
required

Whether createShopProfile is implemented and available.

createShopService
boolean
required

Whether createShopService is implemented and available.

deleteBarberSchedule
boolean
required

Whether deleteBarberSchedule is implemented and available.

deleteBarberScheduleOverride
boolean
required

Whether deleteBarberScheduleOverride is implemented and available.

deleteBarberService
boolean
required

Whether deleteBarberService is implemented and available.

deleteBarberWeekSpecificSchedule
boolean
required

Whether deleteBarberWeekSpecificSchedule is implemented and available.

deleteClientNote
boolean
required

Whether deleteClientNote is implemented and available.

deleteMyAccount
boolean
required

Whether deleteMyAccount is implemented and available.

deletePasskey
boolean
required

Whether deletePasskey is implemented and available.

deletePhoto
boolean
required

Whether deletePhoto is implemented and available.

deleteRecurringAppointment
boolean
required

Whether deleteRecurringAppointment is implemented and available.

deleteReview
boolean
required

Whether deleteReview is implemented and available.

deleteReviewTag
boolean
required

Whether deleteReviewTag is implemented and available.

denyRefundRequest
boolean
required

Whether denyRefundRequest is implemented and available.

exchangePlaidPublicToken
boolean
required

Whether exchangePlaidPublicToken is implemented and available.

exchangeRefreshToken
boolean
required

Whether exchangeRefreshToken is implemented and available.

getAppointment
boolean
required

Whether getAppointment is implemented and available.

getBarberClient
boolean
required

Whether getBarberClient is implemented and available.

getBarberDailySummaries
boolean
required

Whether getBarberDailySummaries is implemented and available.

getBarberProfile
boolean
required

Whether getBarberProfile is implemented and available.

getBarberProfilePhoto
boolean
required

Whether getBarberProfilePhoto is implemented and available.

getBarberReviewSummary
boolean
required

Whether getBarberReviewSummary is implemented and available.

getBarberScheduleOverride
boolean
required

Whether getBarberScheduleOverride is implemented and available.

getBarberSettings
boolean
required

Whether getBarberSettings is implemented and available.

getBarberWeeklySchedule
boolean
required

Whether getBarberWeeklySchedule is implemented and available.

getBarberWeeklyWorkingHours
boolean
required

Whether getBarberWeeklyWorkingHours is implemented and available.

getBusinessBalances
boolean
required

Whether getBusinessBalances is implemented and available.

getBusinessPayoutPreferences
boolean
required

Whether getBusinessPayoutPreferences is implemented and available.

getBusinessRegistration
boolean
required

Whether getBusinessRegistration is implemented and available.

getInvitation
boolean
required

Whether getInvitation is implemented and available.

getMyAppointment
boolean
required

Whether getMyAppointment is implemented and available.

getMyProfile
boolean
required

Whether getMyProfile is implemented and available.

getMySettings
boolean
required

Whether getMySettings is implemented and available.

getPasskeyRegistrationOptions
boolean
required

Whether getPasskeyRegistrationOptions is implemented and available.

getPayout
boolean
required

Whether getPayout is implemented and available.

getPhoto
boolean
required

Whether getPhoto is implemented and available.

getRecurringAppointment
boolean
required

Whether getRecurringAppointment is implemented and available.

getRefundRequest
boolean
required

Whether getRefundRequest is implemented and available.

getReview
boolean
required

Whether getReview is implemented and available.

getService
boolean
required

Whether getService is implemented and available.

getShopProfilePhoto
boolean
required

Whether getShopProfilePhoto is implemented and available.

getSmartGroup
boolean
required

Whether getSmartGroup is implemented and available.

importBarberClients
boolean
required

Whether importBarberClients is implemented and available.

issueAnonymousToken
boolean
required

Whether issueAnonymousToken is implemented and available.

listAppointmentOpenings
boolean
required

Whether listAppointmentOpenings is implemented and available.

listAppointmentPayments
boolean
required

Whether listAppointmentPayments is implemented and available.

listAuthenticationChallengeMethods
boolean
required

Whether listAuthenticationChallengeMethods is implemented and available.

listBarberAppointments
boolean
required

Whether listBarberAppointments is implemented and available.

listBarberClients
boolean
required

Whether listBarberClients is implemented and available.

listBarberPortfolioPhotos
boolean
required

Whether listBarberPortfolioPhotos is implemented and available.

listBarberScheduleOverrides
boolean
required

Whether listBarberScheduleOverrides is implemented and available.

listBarberSchedules
boolean
required

Whether listBarberSchedules is implemented and available.

listBarberServices
boolean
required

Whether listBarberServices is implemented and available.

listBarberWeekSpecificSchedules
boolean
required

Whether listBarberWeekSpecificSchedules is implemented and available.

listBusinessFinancialAccounts
boolean
required

Whether listBusinessFinancialAccounts is implemented and available.

listBusinessPayoutCards
boolean
required

Whether listBusinessPayoutCards is implemented and available.

listClientNotes
boolean
required

Whether listClientNotes is implemented and available.

listImplementedApiOperations
boolean
required

Whether listImplementedApiOperations is implemented and available.

listLocationAppointments
boolean
required

Whether listLocationAppointments is implemented and available.

listLocationInvitations
boolean
required

Whether listLocationInvitations is implemented and available.

listMyAppointments
boolean
required

Whether listMyAppointments is implemented and available.

listMyPaymentMethods
boolean
required

Whether listMyPaymentMethods is implemented and available.

listPasskeyAlgorithms
boolean
required

Whether listPasskeyAlgorithms is implemented and available.

listPasskeys
boolean
required

Whether listPasskeys is implemented and available.

listPayouts
boolean
required

Whether listPayouts is implemented and available.

listPhotos
boolean
required

Whether listPhotos is implemented and available.

listPlaidAccounts
boolean
required

Whether listPlaidAccounts is implemented and available.

listRecurringAppointments
boolean
required

Whether listRecurringAppointments is implemented and available.

listRefundRequests
boolean
required

Whether listRefundRequests is implemented and available.

listReviews
boolean
required

Whether listReviews is implemented and available.

listReviewTags
boolean
required

Whether listReviewTags is implemented and available.

listServiceCategories
boolean
required

Whether listServiceCategories is implemented and available.

listServicePhotos
boolean
required

Whether listServicePhotos is implemented and available.

listShopPortfolioPhotos
boolean
required

Whether listShopPortfolioPhotos is implemented and available.

listShopServices
boolean
required

Whether listShopServices is implemented and available.

listSmartGroupClients
boolean
required

Whether listSmartGroupClients is implemented and available.

listSmartGroups
boolean
required

Whether listSmartGroups is implemented and available.

logoutCurrentUser
boolean
required

Whether logoutCurrentUser is implemented and available.

patchAppointment
boolean
required

Whether patchAppointment is implemented and available.

patchBarberClient
boolean
required

Whether patchBarberClient is implemented and available.

patchBarberProfile
boolean
required

Whether patchBarberProfile is implemented and available.

patchBarberSchedule
boolean
required

Whether patchBarberSchedule is implemented and available.

patchBarberScheduleOverride
boolean
required

Whether patchBarberScheduleOverride is implemented and available.

patchBarberService
boolean
required

Whether patchBarberService is implemented and available.

patchBarberSettings
boolean
required

Whether patchBarberSettings is implemented and available.

patchBusinessFinancialAccount
boolean
required

Whether patchBusinessFinancialAccount is implemented and available.

patchClientNote
boolean
required

Whether patchClientNote is implemented and available.

patchMyProfile
boolean
required

Whether patchMyProfile is implemented and available.

patchMySettings
boolean
required

Whether patchMySettings is implemented and available.

patchPaymentMethod
boolean
required

Whether patchPaymentMethod is implemented and available.

patchRecurringAppointment
boolean
required

Whether patchRecurringAppointment is implemented and available.

patchReview
boolean
required

Whether patchReview is implemented and available.

patchReviewTag
boolean
required

Whether patchReviewTag is implemented and available.

patchService
boolean
required

Whether patchService is implemented and available.

patchSmartGroupRules
boolean
required

Whether patchSmartGroupRules is implemented and available.

putBarberWeekSpecificSchedule
boolean
required

Whether putBarberWeekSpecificSchedule is implemented and available.

putBusinessPayoutPreferences
boolean
required

Whether putBusinessPayoutPreferences is implemented and available.

refundAppointmentPayment
boolean
required

Whether refundAppointmentPayment is implemented and available.

registerBusiness
boolean
required

Whether registerBusiness is implemented and available.

registerPasskey
boolean
required

Whether registerPasskey is implemented and available.

rejectBarberReview
boolean
required

Whether rejectBarberReview is implemented and available.

rejectPhoto
boolean
required

Whether rejectPhoto is implemented and available.

removeBarberClient
boolean
required

Whether removeBarberClient is implemented and available.

removeBarberPortfolioPhoto
boolean
required

Whether removeBarberPortfolioPhoto is implemented and available.

removeBarberProfilePhoto
boolean
required

Whether removeBarberProfilePhoto is implemented and available.

removeBusinessFinancialAccount
boolean
required

Whether removeBusinessFinancialAccount is implemented and available.

removeBusinessPayoutCard
boolean
required

Whether removeBusinessPayoutCard is implemented and available.

removePaymentMethod
boolean
required

Whether removePaymentMethod is implemented and available.

removeServicePhoto
boolean
required

Whether removeServicePhoto is implemented and available.

removeShopPortfolioPhoto
boolean
required

Whether removeShopPortfolioPhoto is implemented and available.

removeShopProfilePhoto
boolean
required

Whether removeShopProfilePhoto is implemented and available.

requestRefund
boolean
required

Whether requestRefund is implemented and available.

revokeInvitation
boolean
required

Whether revokeInvitation is implemented and available.

revokeTokens
boolean
required

Whether revokeTokens is implemented and available.

setBarberDefaultSchedule
boolean
required

Whether setBarberDefaultSchedule is implemented and available.

softDeleteBarber
boolean
required

Whether softDeleteBarber is implemented and available.

uploadPhoto
boolean
required

Whether uploadPhoto is implemented and available.

verifyAuthentication
boolean
required

Whether verifyAuthentication is implemented and available.