Entities
Get Entity by ID
Retrieve a specific entity using its unique ID
GET
Use this endpoint to fetch a specific entity. You must provide the entity ID as a path parameter.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The entity ID
Response
200
application/json
Entity object
The response is of type object
.