---
title: "GET /profile"
method: GET
path: "/profile"
tags: ["profile"]
---

# GET /profile

`GET /profile`

## Query parameters

- `created_at` string, timestamp with time zone
- `first_name` string, text
- `last_name` string, text
- `avatar_url` string, text
- `email` string, text
- `id` string, uuid
- `full_name` string, text
- `updated_at` string, timestamp with time zone
- `billing_address` string, jsonb
- `payment_method` string, jsonb
- `timezone` string, text
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string
- `Prefer` 'count=none'

## Response `200`

OK

- Profile[]
  - `created_at` string, timestamp with time zone, required
  - `first_name` string, text
  - `last_name` string, text
  - `avatar_url` string, text
  - `email` string, text
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `full_name` string, text
  - `updated_at` string, timestamp with time zone, required
  - `billing_address` unknown
  - `payment_method` unknown
  - `timezone` string, text

## Other responses

- `206` — Partial Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
