Retrieves all subscriptions of the integrator calling the endpoint.Ask AIget https://sensor.api.eu1.scalar.zf.com/v2/subscriptionsRetrieves all subscriptions of the integrator calling the endpoint.Query Paramslimitint32Defaults to 500Optional parameter to represent the limit of total sensor data to be fetched. The default value is 500 and maximum limit is 2000.afterstringRepresents the base64 converted token to be used as a cursor for fetching next batch of sensor data.Responses 200Success code. Retrieves a list of subscriptions created by integratorID. 401Failure code. Unauthorized access. 403Failure code. Forbidden access. 404Failure code. No subscription data created by integratorID is returned. 429Failure code. Too many incoming requests. 500Failure code. Indicates an internal server error (unhandled exception).Updated 7 months ago