All pages
Powered by GitBook
1 of 1

Loading...

Set Server IP

This endpoint sets the IP address of a Sonoran Radio community, used for resource authentication.

Set Server IP

POST /radio/set-server-ip

This endpoint sets the IP address of a Sonoran Radio community, used for resource authentication.

Headers

Name
Value

Body

Name
Type
Description

Response

pushUrl

string

Push Event URL

Content-Type

application/json

id

string

Community ID

key

string

Community API Key

G

{
  "result": "ok"
}
{
  "result": "bad",
  "error": "Invalid community ID or API key"
}