| FQDN | |||||
|---|---|---|---|---|---|
HTTPS:
klant.zone = Teams Direct Routing Identity ·
Base URL: https://app.vestateams.be/api/vestateams/v1 · X-API-Key: vtk_…
curl -H "X-API-Key: $KEY" https://app.vestateams.be/api/vestateams/v1/status curl -H "X-API-Key: $KEY" https://app.vestateams.be/api/vestateams/v1/customers/42/status
curl -H "X-API-Key: $KEY" "https://app.vestateams.be/api/vestateams/v1/cdrs?limit=100" curl -H "X-API-Key: $KEY" "https://app.vestateams.be/api/vestateams/v1/cdrs?customer_id=42"
curl -H "X-API-Key: $KEY" https://app.vestateams.be/api/vestateams/v1/customers/42/numbers
curl -H "X-API-Key: $KEY" https://app.vestateams.be/api/vestateams/v1/numbers/orders
curl -X POST -H "X-API-Key: $KEY" -H "Content-Type: application/json" \
-d '{"order_kind":"order","country_id":1,"type_id":1,"quantity":1}' \
https://app.vestateams.be/api/vestateams/v1/customers/42/numbers/orders
curl -H "X-API-Key: $KEY" https://app.vestateams.be/api/vestateams/v1/customers/42/teams curl -X POST -H "X-API-Key: $KEY" https://app.vestateams.be/api/vestateams/v1/customers/42/teams/analyze curl -X POST -H "X-API-Key: $KEY" https://app.vestateams.be/api/vestateams/v1/customers/42/teams/apply