Infrastructure/Federation & SSO
GETFederationSince 1.0SynchronousAuth Required
ListFederationStatus
List federation status records showing which platforms have received SSO configs.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
tenantUuidStringDeprecated and ignored. Federation status is global.
limitIntegerMaximum number of federation status records to return per page.
Example: 0
offsetIntegerZero-based offset for paginating through federation status records.
Example: 0
Responses
Endpoint
GET/api/v1/sso/federations
/api/v1/sso/federations
Request Example
curl -X GET '{host}/api/v1/sso/federations' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 3,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
