Get Sub Version
This endpoint allows you to check your Sonoran CMS subscription version.
Last updated
Was this helpful?
This endpoint allows you to check your Sonoran CMS subscription version.
API endpoint requires the FREE version of Sonoran CMS or higher. For more information, see our pricing page.
POST https://api.sonorancms.com/general/get_sub_version
Get Sonoran CMS subscription version of a community.
id*
string
Community ID
key*
string
API Key
type*
string
GET_SUB_VERSION
data*
array
Array of request objects
0 - FREE
1 - STARTER
2 - STANDARD
3 - PLUS
4 - PRO
5 - SONORANONEINVALID API KEY
INVALID COMMUNITY ID{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "GET_SUB_VERSION",
"data": []
}Last updated
Was this helpful?
Was this helpful?

