API Reference
Complete API documentation and reference
Update custom metadata for a realm member
cURL
curl --request PATCH \ --url https://api.drip.re/api/v1/realms/{realmId}/members/{dripId}/metadata \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "metadata": {} }'
This response does not have an example.
API Key
Custom metadata object to store for this member
Default Response
Was this page helpful?