cURL
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" } ]
Get a list of all currently active subscriptions linked to your account.
Use the format: Basic <YOUR_API_TOKEN>
Insert your API Token
A list of active subscriptions
The response is of type object[].
object[]
Was this page helpful?