API Reference
Complete API documentation and reference
Share a currency with another realm
cURL
curl --request POST \ --url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/share \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "childRealmId": "<string>", "permissions": [ "<string>" ] }'
{ "data": { "id": "<string>", "parentRealmId": "<string>", "childRealmId": "<string>", "realmPointId": "<string>", "permissions": [ "<string>" ], "status": "<string>" } }
API Key
Default Response
The response is of type object.
object
Was this page helpful?