---
title: "Get Profile by Custom ID"
method: GET
path: "/profile-by-custom-id/{client_id}/{custom_id}/"
---

# Get Profile by Custom ID

`GET /profile-by-custom-id/{client_id}/{custom_id}/`

Get a user profile by its custom ID

## Path parameters

- `client_id` string, required
- `custom_id` string, required

## Response `200`

200

- object
  - `badges` unknown[]
    - unknown
  - `id` string
  - `custom_id` string
  - `subscribe_channel` string
  - `url` string
  - `chat_room_memberships_url` string
  - `blocked_profiles_template_url` string
  - `client_id` string
  - `reward_item_balances_url` string
  - `reward_item_credit_url` string
  - `reward_item_debit_url` string
  - `custom_data` unknown
  - `reward_item_transfer_url` string
  - `chat_room_invitations_url_template` string
  - `badges_url` string
  - `badge_progress_url` string
  - `block_profile_url` string
  - `blocked_profile_ids_url` string
  - `points` integer
  - `reported_count` integer
  - `created_at` string
  - `nickname` string
  - `attributes` object[]
    - `key` string
    - `value` string

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
