v41

latestOpenAPI 3.1.0raw.githubusercontent.com2025-08-053715199.1 KB
Profile

Get profile

Get the current user's profile.

get/profile

Response

User profile information.

Example response

{
  "data": {
    "user": {
      "id": "usr_XXXXXXXXXXXXXXXXXXXXXXXXX",
      "name": "John Doe",
      "email": "john@example.com",
      "fingerprint": "183ded44-24d0-480e-9908-c022eff8d111",
      "stripeCustomerID": "cus_XXXXXXXXXXXXXXXXX"
    }
  }
}