GET
/
user
/
info
/
curl --request GET \
  --url https://api.deepreel.com/user/info/ \
  --header 'X-API-KEY: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "email": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-API-KEY
string
headerrequired

Your 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 Accountprofile)

Response

200 - application/json
id
string
required

Unique Identifier of the authenticated user.

name
string
required

Name of the authenticated user.

email
string
required

Email of the authenticated user.