API Reference
Complete API documentation and reference
Reject a pending shared currency
cURL
curl --request POST \ --url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/share/reject \ --header 'Authorization: Bearer <token>'
{ "data": { "status": "<string>", "rejectedAt": "2023-11-07T05:31:56Z" } }
API Key
Default Response
The response is of type object.
object
Was this page helpful?