Actor

Base Path: /actor/current

Version: 1.0.0

This API returns the information of the logged in user.

Authorization: OAuth 2.0 Bearer token is required to access the resources of this API. Once signed up, credentials and URL to access the OAuth API can be found on My Apps Page.


Methods

Get details of current User

GET /actor/current/

Get details of current logged in user

Responses


application/json+fhir

200

Returns an Actor object

Sample Request

curl -X GET "https://api.orionhealth.io/actor/current/" \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <Access Token>'