Get Server Subscription from IP
This endpoint gets the subscription enumeration value of a Sonoran Radio community, based on the IP address it's called from.
Get Server Subscription from IP
GET
/radio/check-server-subscription
This endpoint gets the subscription enumeration value of a Sonoran Radio community, based on the IP address it's called from. The IP address is set via the set server IP endpoint.
Headers
Name
Value
Content-Type
application/json
Response
{
"result": "ok",
"subscription": 0 // 0 = Free, 1 = Plus, 2 = Pro
}
Last updated
Was this helpful?