For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Profile Fields

Provides all profile fields associated and configured by the community.

Get Profile Fields

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

Get a Sonoran CMS community account's ranks by account ID, API ID, or username.

Request Body

Name
Type
Description

id*

string

Community ID

key*

string

API Key

type*

string

GET_COM_ACCOUNT

data*

array

Array of request objects

[
    {
        "id": "d9d1288e-3892-40d6-acc5-be2c3d294bd4",
        "type": "text array",
        "label": "Steam IDs",
        "options": null
    },
    ...
]
INVALID API KEY
INVALID COMMUNITY ID
API ID NOT LINKED TO AN ACCOUNT IN THIS COMMUNITY
NO ACCOUNT FOUND UNDER GIVEN PARAMETERS IN THIS COMMUNITY
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "GET_PROFILE_FIELDS"
}

Last updated

Was this helpful?