Auth Street Signs

This endpoint authenticates the use of our integrated street signs plugin.

Authenticate Street Signs

POST https://api.sonorancad.com/general/auth_streetsigns

This endpoint authenticates the use of our integrated street signs plugin.

Request Body

Name
Type
Description

id

string

Your community's ID

key

string

Your community's API Key

type

string

AUTH_STREETSIGNS

data

object

Request object

Success
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "AUTH_STREETSIGNS",
    "data": {
        "serverId": 1
    }
}

Last updated

Was this helpful?