v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get Profile by Custom ID

Get a user profile by its custom ID

get/profile-by-custom-id/{client_id}/{custom_id}/

Path parameters

client_idstring required

The client ID of the application the profile was created in

custom_idstring required

The custom ID associated with the profile

Response

200

idstring
custom_idstring
subscribe_channelstring
urlstring
chat_room_memberships_urlstring
blocked_profiles_template_urlstring
client_idstring
reward_item_balances_urlstring
reward_item_credit_urlstring
reward_item_debit_urlstring
{"stackTrail":"paths:/profile-by-custom-id/{client_id}/{custom_id}/:get:responses:200:content:application/json:schema:properties:custom_data","oasType":"schema","type":"unknown"}
reward_item_transfer_urlstring
chat_room_invitations_url_templatestring
badges_urlstring
badge_progress_urlstring
block_profile_urlstring
blocked_profile_ids_urlstring
pointsinteger
reported_countinteger
created_atstring
nicknamestring

Example response

{
  "id": "cf827079-fdca-49b9-a775-f24198496d5e",
  "custom_id": "example-custom-id",
  "subscribe_channel": "profile.cf827079-fdca-49b9-a775-f24198496d5e",
  "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/",
  "chat_room_memberships_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/chat-room-memberships/",
  "blocked_profiles_template_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/?blocked_profile_id={blocked_profile_id}",
  "client_id": "N8mzx8CUQWzTXBkKrKIXtvh4NY3dztltjxncM68c",
  "reward_item_balances_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/reward-item-balances/",
  "reward_item_credit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/reward-item-credits/",
  "reward_item_debit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/reward-item-debits/",
  "reward_item_transfer_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/reward-item-transfers/",
  "chat_room_invitations_url_template": "https://cf-blast.livelikecdn.com/api/v1/chat-room-invitations/?client_id={client_id}&invited_profile_id={profile_id}",
  "badges_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/badges/",
  "badge_progress_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/badge-progress/",
  "block_profile_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/",
  "blocked_profile_ids_url": "https://cf-blast.livelikecdn.com/api/v1/blocked-profile-ids/",
  "created_at": "2019-09-30T15:59:44.933696Z",
  "nickname": "Swift Bear",
  "attributes": [
    {
      "key": "team_name",
      "value": "All Stars"
    }
  ]
}