POST
/
vpn
/
internal
/
instance-counts
curl --request POST \
  --url https://api.altostrat.io/vpn/internal/instance-counts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customer_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Array of customer_ids to check

The body is of type object.

Response

200
application/json

Returns counts grouped by customer_id

The response is of type object.