Users

Get the authenticated user

Returns the profile of the user owning the access token.

Copy as Markdown Open in ChatGPT Open in Claude

get/v1/users/self

Response

The current user

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200,
  "data": {
    "id": "bgjazeo5r9v2lq7l36dx48np",
    "name": "John Smith",
    "email": "example@example.com",
    "telephone": "17989206641",
    "government_id": "15774136604",
    "has_accepted_terms": true,
    "created_at": "2023-03-03T11:51:34Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.