Skip to main content

Create a request to download all of your numbers in a CSV file

POST 
/origination/number_csv_download_requests

Create a request to download all of your numbers in a CSV file

Responses

200: Created response

400: Bad request

401: Unauthorized

Request samples


curl -L -X POST 'https://api.telnyx.com/origination/number_csv_download_requests' \
-H 'Accept: application/json'

Response samples


{
"id": "string",
"url": "string",
"status": 0
}