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
}
}Check all the subscriptions for all the tenants and downgrade to Free subscription if needed
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
}
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.
Authentication