Get Sub Version

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.

Get Sub Version

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

Get Sonoran CMS subscription version of a community.

Request Body

NameTypeDescription

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 - SONORANONE
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "GET_SUB_VERSION",
    "data": []
}

Last updated