POST
/
api
/
v1
/
realms
/
{realmId}
/
currencies
/
{currencyId}
/
share
/
accept
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"
  }
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
currencyId
string
required

Response

200
application/json

Default Response

The response is of type object.