Get Server Subscription from IP

Return the highest Sonoran Radio subscription level associated with the caller IP.

Get Server Subscription from IP

GET /v2/server-subscriptions/by-ip

Rate limit: 2 requests per minute

Returns the highest matching subscription level for the caller IP.

This endpoint does not require bearer authentication.

Examples

local response = client.radio:getServerSubscriptionFromIpV2()

Response

Successful requests return application/json.

{
  "subscription": 2
}

Last updated

Was this helpful?