🐻
Bear Bot
  • 👋Welcome to Bear Bot
  • Overview
    • 💡Start Here
    • 🚀Getting Started
    • 📝7-Day Trial
  • Standard Features
    • ⚡Dashboard
      • 🔎Browse NFTs
      • 💰Wallets
    • 📦Lootbox
    • 🎲Casino
      • 🪙Poker
      • 🃏Blackjack
    • 🏪Store
    • 🎁Prizes
    • 🗳️Vote
    • ⌨️Slash Commands
      • 💸Tip
      • 🏦Balance
      • 🪂Drop
  • Magic Embed Builder
    • ✨Magic Embed
      • 📝Embeds
        • ✏️Edit Text Above Embed
        • 📝Edit Embed Content
        • 🙎‍♂️Edit Author
        • 👞Edit Footer
        • 🖼️Edit Media
        • ✨Edit Fields
        • 🎨Edit Color
      • 👆Components
        • ✏️Edit Component
        • 🎨Edit Style
        • 🔗Add Link
        • ✨Give/take Points
        • ✨Give/take Role
        • ✨Role Restrictions
        • ⌛Time Restricions
        • 💻Password Restrictions
        • 💬Attach Message
        • 💬Attach Embed
        • ♻️Reset Functionality
        • 🧹Remove Component
  • Settings
    • ⚙️Settings
      • 🔥WEB3
        • 🐻Server Verification
        • 🔥NFT (ERC-721)
          • 🧬Collection Effects
          • 🔥NFT Generator
          • ⚡NFT Multiplier
          • 🔧Advanced Settings
        • 💰Token (ERC-20)
        • 🤑NFT Sales Tracker
        • 🖼️Meme Maker
      • 📊Server Stats
      • 🔒Permissions
      • 👤Achievements
      • 🎲Casino Settings
      • ✨Points Settings
        • ✨Branded Points
        • 💰Mass Credit Points
      • 🏳️White Label Settings
        • 🏳️Setup White Label
        • 🔗Branded Wallet Connect
        • 🤖Bot Status
  • API
    • 🛠️Endpoints
      • Get Realm / Server
      • Get Member
      • Transfer Points
      • NFT Data
      • Claim Points
  • 🔎Troubleshooting
    • Permissions and Messages
  • FAQ
    • How do I contact support?
    • Best Practices
  • Links
    • Discord
    • Website
    • X / Twitter
Powered by GitBook
On this page
  • Harvest All NFTs of a User
  • Authorization

Was this helpful?

  1. API
  2. Endpoints

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:

{
    "Authorization": "Bearer <YourAPIKey>"
}

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


PreviousNFT DataNextPermissions and Messages

Last updated 1 year ago

Was this helpful?

🛠️