GET
/
community
/
{id}
/
badge
/
{badgeId}
curl --request GET \
  --url https://api.other.page/v1/community/{id}/badge/{badgeId} \
  --header 'X-Api-Key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "image": "<string>",
  "rewards": [
    {
      "id": "<string>",
      "image": "<string>",
      "provider": "Thank APE",
      "providerImage": "<string>",
      "name": "<string>",
      "type": "native",
      "status": "open",
      "vaultId": "<string>",
      "contract": "<string>",
      "chainId": "<string>",
      "amount": [
        123
      ],
      "description": "<string>",
      "endDate": "2023-11-07T05:31:56Z",
      "maxSpend": 123,
      "transactionHash": "<string>",
      "deletedAt": "2023-11-07T05:31:56Z",
      "sentAt": "2023-11-07T05:31:56Z"
    }
  ],
  "requirements": [
    [
      "<any>"
    ]
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

badgeId
string
required

Badge ID

Response

200 - application/json
id
string
required
name
string
required
image
string
required
rewards
object[]
requirements
array