v1

latestOpenAPI 3.1.02026-07-26580123.9 KB

Shipping address

This query gets individual subscription details using the unique identifier provided in the Billsby platform

get/{companyDomain}/subscriptions/{subscriptionUniqueId}/shippingAddress

Path parameters

companyDomainstring required

Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets

subscriptionUniqueIdstring required

The unique identifier of the subscription in the Billsby platform

Response

200

addressLine1string
addressLine2string
statestring
citystring
countrystring
postCodestring

Example response

{
  "addressLine1": "20 Woodfoord Road",
  "addressLine2": "Saltdean",
  "state": "Brighton",
  "city": "Brighton",
  "country": "England",
  "postCode": "BN3 4GH"
}