Auth Street Signs
This endpoint authenticates the use of our integrated street signs plugin.
Last updated
Was this helpful?
This endpoint authenticates the use of our integrated street signs plugin.
This API endpoint requires the Pro version of Sonoran CAD or higher. For more information, see our pricing page.
POST https://api.sonorancad.com/general/auth_streetsigns
This endpoint authenticates the use of our integrated street signs plugin.
id
string
Your community's ID
key
string
Your community's API Key
type
string
AUTH_STREETSIGNS
data
object
Request object
SuccessError: Server ID: x has IP set to: '1.2.3.4' -> your IP: '4.3.2.1'
Server not found with ID: 123{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "AUTH_STREETSIGNS",
"data": {
"serverId": 1
}
}Last updated
Was this helpful?
Was this helpful?

