Skip to main content

GET OpenID Connect App

Select

SaaS
Customer Managed

Returns a list of Identity Providers

Responses

OK


Schema
  • clientThirdPartyApps object[]
  • createAsCompanyName string
  • flags integer
  • createAsCompanyId integer
  • appType integer
  • appId integer
  • appKey string
  • appName string
  • appDescription string
  • umdsWrapperId integer
  • isEnabled boolean
  • samlType integer
  • error object
  • errorString string
  • errorCode integer
GET /thirdparty/app    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/ThirdParty/App' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'