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": "<string>"
}

Path Parameters

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

businessId
string

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