Customers Get customer billing info

Returns the billing email and external ID for an organization

GET
/billing/api/v1/subscriptions/customers/{org_id}

Path Parameters

org_idstringrequired

Organization ID


Responses

200
OK

Response Fields:

  • email (string)

  • external_id (string)

  • organization_id (string)

Example:

{
  "email": "string",
  "external_id": "string",
  "organization_id": "string"
}
400
Bad Request

Example:

{
  "key": "value"
}
404
Not Found

Example:

{
  "key": "value"
}