v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Authorization

Switch Master Account

Switching Master AccountsAuth token has to be generated and it is valid only for an hour. New token can be generated using this API. Extract Auth-token.

get/v1/user/switch_account/{master_account_id}

Path parameters

master_account_idstring required

Specify the Master Account ID ,That you want to Switch.

Response

Success

auth_typestring required

Authentication type.

require_access_keyboolean required

Whether access key required.

account_idstring required

Account id.

is_account_adminboolean required

Whether account admin or not.

header_logostring required

Header logo.

banner_logostring required

Banner logo.

auth_methodstring required

Authentication method.

cost_unitstring required

Constant unit.

subscription_detailsobject required

Subscription details.

is_product_adminboolean required

Whether Product admin or not.

cost_currencystring required

Cost currency.

footer_textstring required

Footer text.

user_guide_urlstring

User Guide URL

support_urlstring

Support URL

terms_and_conditions_urlstring

Terms and Conditions URL

Example response

{
  "user": {
    "preferred_language": "en"
  },
  "tenants": [
    {
      "dimension_settings": [
        {
          "product": "AppSecOps"
        }
      ]
    }
  ]
}