GET
/
v1
/
users
/
{auth0_id}
curl --request GET \
  --url https://api.pulze.ai/v1/users/{auth0_id} \
  --header 'Authorization: Bearer <token>'
{
  "first_name": "",
  "last_name": "",
  "picture": ""
}

Authorizations

Authorization
string
header
required

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

Path Parameters

auth0_id
string
required

Response

200
application/json
Successful Response
first_name
string
default:
last_name
string
default:
picture
string
default: