List active traffic limit extensions

Returns all active traffic limit extensions for an endpoint, if any exist. Only accessible by users with Administrator, User or Observer roles who belong to the endpoint's organization.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

endpoint_idstringRequired

Response

Successfully returned traffic limit extension details
iddouble
endpoint_iddouble
traffic_limit_iddouble
volumedouble
expiration_datestringformat: "date-time"
created_atstringformat: "date-time"

Errors