Get Entity
entities
Get Entity
Fetch a single entity by id, scoped to the current app.
App-scoped, not user-scoped: visible to every user of the app (see the module-docstring tenancy contract). 404 only when the id belongs to another app or doesn’t exist.
GET
Get Entity
Authorizations
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Path Parameters
Response
Successful Response