Skip to main content
PATCH
/
api
/
v1
/
realms
/
{realmId}
/
credentials
/
metadata
cURL
curl --request PATCH \
  --url https://api.drip.re/api/v1/realms/{realmId}/credentials/metadata \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": {}
}'
This response does not have an example.

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 (email address, wallet address, discord ID, twitter ID, or custom ID)

source
string

Required for custom type. The source/provider name (e.g., 'shopify-customer-id', 'internal-user-id')

Body

application/json
metadata
object
required

Custom metadata object to store for this credential

Response

Default Response