Skip to main content

Get SAML Metadata

Select

SaaS
Customer Managed

To fetch SAML Service Provider's Metadata.

Path Parameters
  • name string required

    name of SAML app

Responses

OK


Schema
  • string

    Metadata XML of the SAML app

GET /v4/saml/:name/metadata    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
name — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/SAML/:name/Metadata' \
-H 'Accept: application/xml' \
-H 'Authtoken: <API_KEY_VALUE>'