Get Server Subscription from IP
Return the highest Sonoran Radio subscription level associated with the caller IP.
Get Server Subscription from IP
local response = client.radio:getServerSubscriptionFromIpV2()const response = await instance.radio?.getServerSubscriptionFromIpV2();response = instance.radio.getServerSubscriptionFromIpV2()var response = await sonoran.Radio.getServerSubscriptionFromIpV2();openapi: 3.1.0
paths:
/v2/server-subscriptions/by-ip:
get: {}curl -X GET "https://api.sonoranradio.com/v2/server-subscriptions/by-ip"Response
{
"subscription": 2
}Last updated
Was this helpful?

