For the complete documentation index, see llms.txt. This page is also available as Markdown.

Leave Community

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

Name
Type
Description

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

INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY
{
    "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

Was this helpful?