GET
/
community
/
{id}
/
badge
/
{badgeId}
/
attribution
/
by-metadata
curl --request GET \
  --url https://api.other.page/v1/community/{id}/badge/{badgeId}/attribution/by-metadata \
  --header 'X-Api-Key: <api-key>'
{
  "id": "<string>",
  "badgeId": "<string>",
  "earnedAt": "2023-11-07T05:31:56Z",
  "claimedAt": "2023-11-07T05:31:56Z",
  "transactionHash": "<string>",
  "tokenId": "<string>",
  "chainId": 123,
  "contract": "<string>",
  "metadata": {},
  "metadata.[key]": {}
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

badgeId
string
required

Query Parameters

key
string
required

Metadata key to find the badge attribution by

value
string
required

Metadata value to find the badge attribution by

Response

200 - application/json

The response is of type object.