v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Carrier Setup

Request Carrier setup file

Request Carrier setup file. Take a look at the usage guide here

get/setups/carriers

Response

Successful.

status'REQUESTED' | 'IN_PROGRESS' | 'COMPLETED'
urlstring url nullable

URL to download the carrier setup file

expires_atstring date-time nullable

Time when the carrier setup file expires

Example response

{
  "status": "REQUESTED",
  "url": "https://example.com",
  "expires_at": "2020-01-01T00:00:00Z"
}