Get Member

A member is an individual user inside of your Realm or Server

Get a Realm Member's data

GET https://api.badbears.io/api/v4/realms/{realmID}/members/{memberID}

Path Parameters

NameTypeDescription

realmID*

memberID*

Integer

Get WEB3 Data for a Realm Member

GET https://api.badbears.io/api/v4/realms/{realmID}/web3/members/{memberID}

Path Parameters

NameTypeDescription

realmID*

String

memberID*

Integer

Check if a list of wallets is inside this Realm

GET https://api.badbears.io/api/v4/realms/{realmID}/members/includes

Path Parameters

NameTypeDescription

realmID*

String

Request Body

NameTypeDescription

wallets*

List

A list of wallets you would like to check


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


Last updated