List Providers
List all supported providers.
Request
GET /v1/providersHeaders
| Header | Value |
|---|---|
Authorization | Bearer YOUR_API_KEY |
Response
200 OK
{
"providers": [
{
"id": "tmobile",
"name": "T-Mobile",
"status": "available"
},
{
"id": "att",
"name": "AT&T",
"status": "available"
},
{
"id": "verizon",
"name": "Verizon",
"status": "available"
}
]
}Last updated on