/v1/machine/my-profile
GET/v1/machine/my-profile
This endpoint will allow for retrieval of RxVantage profile based on the email address passed to the route. The route must be called with valid JWT token based on the machine connection.. The flow would be that a connected application will connect to RxV api using is valid machine credentials. The return from that connection will provide a valid JWT token, The token will look like the following.
{ "sub": "2", "iss": "https://rxvantage.com/", "exp": 1746726395, "id": 2, "created": 1746639995, "hasura": { "x-hasura-allowed-roles": [ "machine" ], "x-hasura-default-role": "machine", "x-hasura-external-app-id": "2", "x-hasura-external-app-key": "27da0de3-c5dc-4444-88c8-7f0a174d048f" }, "iat": 1746639995 }
Request
Responses
- 200
- 400
- 401
- 422
- 429
Default Response
Default Response
Default Response
Default Response
Default Response