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