Skip to main content

Download CSV of Outbound PSTN Rates

This request returns a CSV with the list of all rates for sending calls to the PSTN.

get /calls/rates/outbound/pstn/csv

Sample

A sample GET request to get outbound PSTN rates for a partner in the CSV format:

curl -X GET \
'https://api.carrierx.com/core/v2/calls/rates/outbound/pstn/csv' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

200 status code and a CSV download.

This request is enabled for Result Filtering and Result Ordering.