Skip to main content
GET
/
barbers
/
{id}
/
business
Get a barber's business information
curl --request GET \
  --url https://api.guile.app/barbers/{id}/business \
  --header 'Authorization: Bearer <token>'
{
  "businessId": "<string>"
}

Path Parameters

id
string
required

The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.

Response

Ok. The operation succeeded.

Private business information for a barber.

businessId
string

The unique identifier of the business attached to the barber for payment processing, if any.