To get additional data in the entity object, you can use the
expand parameter to fetch data like invoices.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Your unique identifier for the customer
Your unique identifier of the entity (eg, a seat ID)
Query Parameters
Array of additional data to include in the entity response. Currently supports "invoices"
Response
Entity retrieved successfully
The unique identifier of the entity
The name of the entity
The customer ID this entity belongs to
Unix timestamp when the entity was created
The environment (sandbox/live)
Products associated with this entity
Features associated with this entity
Invoices for this entity (only included when expand=invoices)

