List Areas
List all Ratecenter/Cities and States
GET Request
curl -X POST https://v1.api19.com/dids/ratecenters/list \
-d 'key=your-api-key'curl "https://v1.api19.com/dids/ratecenters/list?key=yourkey"{
"status": "ok",
"data": [
{
"ratecenter": "DENVER",
"city": "Denver",
"state": "CO"
},
{
"ratecenter": "DALLAS",
"city": "Dallas",
"state": "TX"
}
]
}Last updated