Get Sub Version

This endpoint allows you to check your Sonoran CMS subscription version.

Get Sub Version

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

Get Sonoran CMS subscription version of a community.

Request Body

Name
Type
Description

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

Was this helpful?