User
Get User Info
Returns authenticated user information.
GET
/
user
/
info
/
Authorizations
X-API-KEY
string
headerrequiredYour API key with the prefix: dr_
. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the account settings panel (In the bottom left corner click on your Account
→ profile
)
Response
200 - application/json
id
string
requiredUnique Identifier of the authenticated user.
name
string
requiredName of the authenticated user.
email
string
requiredEmail of the authenticated user.