Skip to main content
GET
/
shops
/
{shopId}
/
business
Get a shop's business information
curl --request GET \
  --url https://api.guile.app/shops/{shopId}/business \
  --header 'Authorization: Bearer <token>'
{
  "businessId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Path Parameters

shopId
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 shop.

businessId
string<uuid>

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