Check Com API ID

This endpoint allows you to check a community API ID.

Check Com APIID

POST https://api.sonorancms.com/general/check_com_apiid

Check if a API ID is attached to any community account

Request Body

NameTypeDescription

id*

string

Community ID

key*

string

API Key

type*

string

CHECK_COM_APIID

data*

array

Array of request objects

{{Sonoran CMS Account Username}}
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "CHECK_COM_APIID",
    "data": [
        {
            "apiId": "SOME_API_ID"
        }
    ]
}

Last updated