Authorizations
API Key
Response
Default Response
Accept a pending shared currency
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/share/accept \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "<string>",
"acceptedAt": "2023-11-07T05:31:56Z"
}
}API Key
Default Response
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/share/accept \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "<string>",
"acceptedAt": "2023-11-07T05:31:56Z"
}
}