v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List Profiles who have earned a specific badge

get/badge-profiles/

Query parameters

badge_idstring required

Headers

Authorizationstring

Auth token

Response

200

countinteger
{"stackTrail":"paths:/badge-profiles/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/badge-profiles/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 1,
  "results": [
    {
      "badge_id": "0b7e3386-0fc5-4004-ae97-0407d823daab",
      "awarded_at": "2022-11-15T08:32:47.785430Z",
      "profile": {
        "id": "00336fae-ec8b-4b84-83f8-bb345f73d108",
        "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/",
        "created_at": "2022-11-11T08:17:58Z",
        "nickname": "api test user",
        "badges_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/badges/",
        "badge_progress_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/badge-progress/",
        "subscribe_channel": "profile.00336fae-ec8b-4b84-83f8-bb345f73d108",
        "chat_room_memberships_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/chat-room-memberships/",
        "reward_item_credit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/reward-item-credits/",
        "reward_item_debit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/reward-item-debits/",
        "reward_item_balances_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/reward-item-balances/",
        "reward_item_transfer_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/reward-item-transfers/",
        "block_profile_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/",
        "blocked_profiles_template_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/?blocked_profile_id={blocked_profile_id}",
        "blocked_profile_ids_url": "https://cf-blast.livelikecdn.com/api/v1/blocked-profile-ids/",
        "leaderboards_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/leaderboards/",
        "leaderboard_views_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/00336fae-ec8b-4b84-83f8-bb345f73d108/leaderboard-views/"
      }
    }
  ]
}