Claim Points
Claiming points is normally done in the dashboard however it can be done through our API too!
Harvest All NFTs of a User
PATCH
https://api.badbears.io/api/v4/realms/{realmID}/web3/collection/claim/all
Path Parameters
Name
Type
Description
realmID
String
Request Body
Name
Type
Description
memberId
Integer
The discord user ID of the user who'se points need to be claimed
Authorization
All these endpoints require the Authorization header to be set like this:
Each API key is linked to a specific Realm.
Trying to access other Realms will result in an error code 403: Forbidden.
Entering an incorrect or non-existing API Key will result in an error code 401: Unauthorized
Last updated