Account
Claim badge
API Reference
Connect
Account
Communities
- GETGet communities
- GETGet a community
- GETGet community members
- POSTAdd community member
- POSTBulk add community members
- GETGet community member
- GETGet community member tokens
- GETGet community member badges
- GETGet community tags
- POSTCreate a community tag
- GETGet a community tag
- DELDelete a community tag
- GETGet members by tag
- POSTAdd a tag to community members
- DELRemove tag from a member
Community Badges
- GETGet badges
- POSTCreate Badge
- GETGet badge
- DELDelete badge
- PATCHUpdate badge
- GETGet badge rewards
- POSTCreate badge Reward
- GETGet badge reward
- DELDelete badge reward
- PATCHUpdate badge reward
- GETGet badge attributions
- POSTCreate badge attribution
- PATCHUpdate badge attribution
- GETGet a badge attribution by metadata property
- GETGet a badge attribution
- GETGet badge leaderboard
- GETGenerate badge attribution code
Community Collections
Community Payments
Metadata
Account
Claim badge
Claim a badge for this account.
Required scope: badges.write
.
PATCH
/
account
/
badges
/
{badgeId}
/
claim
Copy
curl --request PATCH \
--url https://api.other.page/v1/account/badges/{badgeId}/claim \
--header 'Authorization: Bearer <token>'
Copy
{
"id": "<string>",
"accountId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"earnedAt": "<string>",
"claimedAt": "<string>",
"requirements": [
{
"items": [
{
"link": "<string>",
"tokenId": "<string>",
"contract": "<string>",
"thumbnail": "<string>"
}
],
"title": "<string>",
"meta": {},
"total": 123,
"completedAt": "2023-11-07T05:31:56Z"
}
],
"badge": {
"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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
default - application/json
Available options:
Thank APE
, Vault
Available options:
native
, erc20
, erc721
, erc1155
, points
Available options:
open
, pending
, sent
Copy
curl --request PATCH \
--url https://api.other.page/v1/account/badges/{badgeId}/claim \
--header 'Authorization: Bearer <token>'
Copy
{
"id": "<string>",
"accountId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"earnedAt": "<string>",
"claimedAt": "<string>",
"requirements": [
{
"items": [
{
"link": "<string>",
"tokenId": "<string>",
"contract": "<string>",
"thumbnail": "<string>"
}
],
"title": "<string>",
"meta": {},
"total": 123,
"completedAt": "2023-11-07T05:31:56Z"
}
],
"badge": {
"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>"
]
]
}
}