Skip to main content
GET
/
locations
/
{locationId}
/
subscription
Subscription + trial state
curl --request GET \
  --url https://api.pickupbell.com/locations/{locationId}/subscription \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "incomplete",
    "stripe_price_id": "<string>",
    "trial_ends_at": "2023-11-07T05:31:56Z",
    "current_period_start": "2023-11-07T05:31:56Z",
    "current_period_end": "2023-11-07T05:31:56Z",
    "cancel_at": "2023-11-07T05:31:56Z",
    "canceled_at": "2023-11-07T05:31:56Z",
    "billing_email": "jsmith@example.com",
    "invoice_business_name": "<string>",
    "tax_id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pickupbell.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Location-scoped API token from Settings → API & MCP.

Path Parameters

locationId
string
required

Location UUID or slug (e.g. premier-hvac).

Response

Subscription

data
object

Upstream billing-provider IDs are omitted for API callers.