GET
/
api
/
v1
/
accounts
/
find
curl --request GET \
  --url https://api.drip.re/api/v1/accounts/find \
  --header 'Authorization: Bearer <token>'
{
  "data": null
}

Authorizations

Authorization
string
header
required

API Key

Query Parameters

type
enum<string>
required
Available options:
twitter-id,
discord-id,
wallet,
email,
username
values
string
required

Credential key to look for

Response

200
application/json
Default Response
data
string | null