Skip to main content
POST
/
api
/
v1
/
realms
/
{realmId}
/
credentials
/
link
cURL
curl --request POST \
  --url https://api.drip.re/api/v1/realms/{realmId}/credentials/link \
  --header 'Authorization: Bearer <token>'

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

source
string

Required for custom type

accountId
string
required

Account ID to link the credential to

Response

204

No Content - Successfully linked credential to account