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

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

Last updated