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
Name
Type
Description
id*
string
Community ID
key*
string
API Key
type*
string
CHECK_COM_APIID
data*
array
Array of request objects
{{Sonoran CMS Account Username}}INVALID API KEY
INVALID COMMUNITY ID
API ID NOT LINKED TO AN ACCOUNT IN THIS COMMUNITY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "CHECK_COM_APIID",
"data": [
{
"apiId": "SOME_API_ID"
}
]
}Last updated
Was this helpful?

