Skip to main content
POST
/
api
/
v1
/
subscription
/
expire
expire subscriptions
curl --request POST \
  --url https://api.example.com/api/v1/subscription/expire \
  --header 'Authorization: Bearer <token>'
{
  "trigger": {
    "data": [
      123
    ],
    "total": 123
  },
  "action": {
    "data": [
      123
    ],
    "total": 123
  },
  "detector": {
    "data": [
      123
    ],
    "total": 123
  }
}

Authorizations

Authorization
string
header
required

Authentication

Response

200 - application/json

OK

trigger
object

Amount of trigger, that was disabled by this action

action
object

Amount of wallet actions, that was disabled by this action

detector
object

Amount of detectors, that was disabled by this action