Skip to main content

Get Profile

Get your own profile information.

GET
/profile/get
x-api-key<token>

API key used for authentication

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/profile/get"
{
  "id": "test-user-id",
  "name": "Test User",
  "email": "test@example.com",
  "handle": "testuser",
  "image": null,
  "timezone": "America/New_York",
  "displayCurrency": "USD",
  "defaultCurrency": "USD",
  "createdAt": "2026-04-11T01:15:19.234Z"
}
{
  "error": "string",
  "code": "string",
  "details": {}
}