Base URL
GET /customer
Returns the current user’s account data.
Example Request
GET /subscriptions/
Returns a paginated list of the current user’s subscriptions.
Query Parameters
Example Request
GET /subscriptions/{subscriptionId}/access-tokens/
Returns a list of access tokens for a given subscription.
Path Parameters
Example Request
Using the API
You can call this API from JavaScript injected into user portal pages.Example: Fetch current customer data
Notes
- All endpoints are automatically authenticated in the user portal.
- CORS is fully supported for use in client-side JavaScript within the portal.
- Responses are JSON-formatted.