Leave Community

This API endpoint is not available to the public and exists for internal documentation only for the CMS program.

Leave Community

POST https://api.sonorancad.com/sso/community

This endpoint allows you to retrieve your community's server configuration. This contains valuable Live Map configuration data and can be used to ensure correct Live Map configs.

Request Body

NameTypeDescription

id*

string

Your community's ID

key*

string

Your community's API Key

type*

string

LEAVE_COMMUNITY

data*

array

Array of request objects

internalKey*

N/A

Key for internal use only, not open to the public

{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "internalKey": "" // Not disclosed to public
    "type": "LEAVE_COMMUNITY",
    "data": [
        {
            "account": "000-000-000-000" // Account UUID
        }
    ]
}

Last updated