Skip to main content
GET
Core - List Smart Routers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int32>
starting_after
string
ending_before
string
profile
enum<string>[]
Available options:
SMART_ROUTER_PROFILE_UNSPECIFIED,
SMART_ROUTER_PROFILE_QUALITY,
SMART_ROUTER_PROFILE_BALANCED,
SMART_ROUTER_PROFILE_COST
enabled
boolean
include_metrics
boolean

Response

200 - application/json

OK

object
string
required

Object type for this collection. Always list.

data
object[]
required

Smart Routers in the current page.

has_more
boolean
required

Whether more Smart Routers are available in the requested pagination direction.