GET
/
community
/
{id}
/
badge
/
{badgeId}
/
reward
/
{rewardId}
curl --request GET \
  --url https://api.other.page/v1/community/{id}/badge/{badgeId}/reward/{rewardId} \
  --header 'X-Api-Key: <api-key>'
{
  "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"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

badgeId
string
required

Badge ID

rewardId
string
required

Reward ID

Response

200 - application/json
Badge reward retrieved successfully

The response is of type object.