curl --request GET \
--url https://api.other.page/v1/community/{id}/member/{idOrAddress}/badges \
--header 'X-Api-Key: <api-key>'
{
"total": 123,
"perPage": 123,
"page": 123
}
curl --request GET \
--url https://api.other.page/v1/community/{id}/member/{idOrAddress}/badges \
--header 'X-Api-Key: <api-key>'
{
"total": 123,
"perPage": 123,
"page": 123
}
Filter badges by status
earned
, claimed
The response is of type object
.