Typescript (SDK)
Entities
Get Entity
Fetches an entity by its ID.
Use this to read one entity’s current state. Pass customerId when you want to scope the lookup to a specific customer.
POST
Typescript (SDK)
Body Parameters
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
Response
200 - application/json
OK
The unique identifier of the entity
The name of the entity
Unix timestamp when the entity was created
The environment (sandbox/live)
Available options:
sandbox, live The customer ID this entity belongs to
The feature ID this entity belongs to
Billing controls for the entity.
Invoices for this entity (only included when expand=invoices)