Skip to main content
POST
/
api
/
v1
/
realms
/
{realmId}
/
currencies
/
{currencyId}
/
share
/
reject
Reject a pending shared currency
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.drip.re/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
currencyId
string
required

Response

Default Response

data
object