List Providers
List all supported providers.
Request
GET /v1/providersHeaders
| Header | Value |
|---|---|
Authorization | Bearer YOUR_API_KEY |
Response
200 OK
{
"providers": ["tmobile", "att", "verizon", "ubereats"]
}The response is a flat array of provider identifier strings.
Last updated on