appIdOperation

post

/ccadmin/v1/applicationIds/{id}

App Id Operation. Perform an operation on an Application Id. Operations currently supported: genAuthToken.

Request

Supported Media Types
Path Parameters
  • The Application ID on which to perform the operation.
Body ()
Root Schema : appIdOperation_request
Type: object
Show Source
  • Operation type. Valid values: genAuthToken - generate a new auth token for the given application id.
  • One of either application or extension. Only application is supported at this time.
Example:
{
    "op":"genAuthToken",
    "type":"application"
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : appIdOperation_response
Type: object
Show Source
Example Response (application/json)
{
    "token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE0MDk4NTY1OTEsInN1YiI6ImFkbWluIiwiaXNzIjoiYWRtaW4iLCJpYXQiOjE0MDk3NzAxOTF9.T0kaE8Ib35R2XZzp0xk4FRP/266KD1cieZFpPijtniw="
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top