Skip to main content
GET
/
user-context
Read User Context
curl --request GET \
  --url https://api.example.com/user-context/ \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "industry": "<string>",
  "function": "<string>",
  "analytics_experience": "<string>",
  "additional_info": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

id
string<uuid>
required
industry
string | null
function
string | null
analytics_experience
string | null
additional_info
string | null