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

# Get Program by Custom ID

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

## Path parameters

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

## Response `200`

200

- object
  - `url` string
  - `widgets_url` string
  - `timeline_url` string
  - `leaderboard_url` string
  - `rank_url` string
  - `client_id` string
  - `application_url` string
  - `id` string
  - `custom_id` string
  - `title` string
  - `created_at` string
  - `scheduled_at` string
  - `started_at` unknown
  - `stopped_at` unknown
  - `queue_order_url` string
  - `delete_widgets_url` string
  - `widgets_enabled` boolean
  - `chat_enabled` boolean
  - `subscribe_channel` string
  - `widget_count` integer
  - `sendbird_channel` unknown
  - `stream_url` string
  - `status` string
  - `sync_sessions_url` string
  - `sync_channel` unknown
  - `start_program_url` string
  - `stop_program_url` string
  - `active_sessions_statistics_url` string
  - `statistics_channel` string
  - `current_active_session_count` integer
  - `sticker_packs_url` string
  - `reaction_packs_url` string
  - `widget_reaction_packs_url` string
  - `update_sticker_packs_url` string
  - `analytics_properties` object
    - `Program ID` string
    - `Program Title` string
    - `Custom Program ID` string
  - `rewards_type` string
  - `report_url` string
  - `ban_url` string
  - `moderation_url` string
  - `banned_chat_users_url` string
  - `oembed_url` string
  - `chat_rooms` object[]
    - `id` string
    - `url` string
    - `client_id` string
    - `title` string
    - `created_at` string
    - `content_filter` string
    - `visibility` string
    - `channels` object
      - `chat` object
        - `sendbird` unknown
        - `pubnub` string
      - `reactions` object
        - `pubnub` string
      - `control` object
        - `pubnub` string
    - `report_message_url` string
    - `reported_messages_url` string
    - `delete_message_url` string
    - `upload_url` string
    - `memberships_url` string
    - `muted_status_url_template` string
    - `custom_messages_url` string
    - `sticker_packs_url` string
    - `reaction_packs_url` string
    - `custom_data` unknown
    - `sponsors_url` string
    - `chatroom_messages_url` string
    - `chatroom_messages_count_url` string
    - `pubnub_messages_reaction_url_template` string
    - `pubnub_messages_remove_reaction_url_template` string
    - `token_gates` unknown[]
      - unknown
    - `chatroom_token_gate_access_url_template` string
    - `chatroom_access_rule_url` string
    - `reported_chat_messages_url` string
    - `reaction_space_id` string
  - `default_chat_room` object
    - `id` string
    - `url` string
    - `client_id` string
    - `title` string
    - `created_at` string
    - `content_filter` string
    - `visibility` string
    - `channels` object
      - `chat` object
        - `sendbird` unknown
        - `pubnub` string
      - `reactions` object
        - `pubnub` string
      - `control` object
        - `pubnub` string
    - `report_message_url` string
    - `reported_messages_url` string
    - `delete_message_url` string
    - `upload_url` string
    - `memberships_url` string
    - `muted_status_url_template` string
    - `custom_messages_url` string
    - `sticker_packs_url` string
    - `reaction_packs_url` string
    - `custom_data` unknown
    - `sponsors_url` string
    - `chatroom_messages_url` string
    - `chatroom_messages_count_url` string
    - `pubnub_messages_reaction_url_template` string
    - `pubnub_messages_remove_reaction_url_template` string
    - `token_gates` unknown[]
      - unknown
    - `chatroom_token_gate_access_url_template` string
    - `chatroom_access_rule_url` string
    - `reported_chat_messages_url` string
    - `reaction_space_id` string
  - `leaderboards` unknown[]
    - unknown
  - `sponsors` unknown[]
    - unknown
  - `sponsors_url` string
  - `reward_items` unknown[]
    - unknown
  - `widget_interactions_url_template` string
  - `unclaimed_widget_interactions_url_template` string
  - `pubnub_enabled` boolean
  - `custom_data` unknown
  - `attributes` unknown[]
    - unknown

## Other responses

- `404` — 404

---

[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/versions/f3171d1c30f7/schema)
