GET
/
getSubscription
curl --request GET \
  --url https://toolip.io/api/v1/getSubscription \
  --header 'Content-Type: <content-type>' \
  --header 'authorization: <api-key>'
[
  {
    "zoneId": "<string>",
    "typeOfZone": "<string>",
    "start": "2023-12-25",
    "until": "2023-12-25"
  }
]

Authorizations

authorization
string
header
required

Use the format: Basic <YOUR_API_TOKEN>

Headers

Content-Type
string
default:application/json
required

Query Parameters

authtoken
string
required

Insert your API Token

Response

200 - application/json
A list of active subscriptions
zoneId
string
typeOfZone
string
start
string
until
string