GET
/
v1
/
hub
/
endpoints
/
{endpoint}
/
static-client-rates
/
{static_client_rate}
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/hub/endpoints/{endpoint}/static-client-rates/{static_client_rate} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

endpoint
string
required
static_client_rate
string
required