Fetch entity detail
GET/v1/entities/:id
Retrieves the details of an entity that has previously been created. Supply the unique entity ID that was returned from your previous request, and Bookkeep will return the corresponding entity information. Authentication
Request
Responses
- 200
- 401
- 404
Returns an entity
HTTP Basic: Access denied.
Returns an error if a invalid identifier was provided.