Skip to main content

Get Company Authorization Code

This operation returns the authorization code for the Company. An AuthCode is required if you plan to mass distribute or run a silent installation of the installation package for end users.

More Details

Path Parameters
  • OrganizationId integer required
Responses

OK


Schema
  • organizationInfo object
  • organization object
  • connectName string
  • shortName object
  • domainName string
  • id integer
  • organizationProperties object
  • enableAuthCodeGen boolean
  • authCode string
GET /organization/:organizationid/authtoken    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
OrganizationId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId/AuthToken' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'