Skip to main content
GET
/
v1
/
auth
/
{app_id}
/
current_user
Get current user
curl --request GET \
  --url https://{defaultHost}/v1/auth/{app_id}/current_user \
  --header 'X-Authorization: <api-key>'
{
  "user": {
    "id": "<string>",
    "email": "jsmith@example.com",
    "phone": "<string>",
    "user_meta": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Response

successful

user
object