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": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Path Parameters

id
string<uuid>
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<uuid>

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