Get an entity
get_entityFetch a single entity (e.g. a seat) belonging to a customer. Autumn API: POST /v1/entities.get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Related data to expand, e.g. invoices, entities, subscriptions.plan, purchases.plan, balances.feature. | |
| entity_id | Yes | The ID of the entity. | |
| customer_id | Yes | The ID of the customer that owns the entity. |