Skip to Content

List Providers

List all supported providers.

Request

GET /v1/providers

Headers

HeaderValue
AuthorizationBearer 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