For the complete documentation index, see llms.txt. This page is also available as Markdown.

ISP (Per Location)

Reference for listing available carriers by location for Per Proxy plans.

get

List available Per Proxy mobile carriers. Filter by location using either the legacy location param or the newer city/state/country query params

Authorizations
HTTPRequired

Enter token as: Bearer

Query parameters
locationstringOptional

(Legacy) Comma-separated location filter (e.g., 'Bend, OR, USA'). Prefer using city/state/country params instead

citystringOptional

City filter (e.g., 'Bend')

statestringOptional

State filter (e.g., 'OR'). Requires city to also be provided

countrystringOptional

Country filter (e.g., 'USA')

Responses
200

List of available mobile carriers

application/json
namestringOptional
countrystringOptional
valuestringOptional
availablebooleanOptional
get/perproxy/carriers-proxy

Last updated

Was this helpful?