Skip to main content
GET
/
api
/
v1
/
realms
/
{realmId}
/
credentials
/
find
cURL
curl --request GET \
  --url https://api.drip.re/api/v1/realms/{realmId}/credentials/find \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "format": "<string>",
  "publicIdentifier": "<string>",
  "balances": [
    {
      "balance": 123,
      "currencyId": "<string>",
      "currencyName": "<string>",
      "currencyEmoji": null
    }
  ],
  "metadata": null
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required

Realm ID

Query Parameters

type
enum<string>
required

Type of credential identifier

Available options:
twitter-id,
discord-id,
wallet,
email,
custom
value
string
required

Credential value (twitter ID, discord ID, wallet address, email, or custom ID)

source
string

Required for custom type

Response

200 - application/json

Default Response

id
string
format
string
publicIdentifier
string
balances
object[]
metadata
object | null

Custom metadata for this credential