GET
    /references/federations
  
  curl \
 --request GET 'https://matls-api.sandbox.raidiam.io/references/federations' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
    
        Response examples (200)
  
  # Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
  "content": [
    {
      "Contacts": [
        "string"
      ],
      "CreatedAt": "2025-05-04T09:42:00Z",
      "Description": "string",
      "FederationFetchEndpoint": "https://example.com",
      "FederationListEndpoint": "https://example.com",
      "FederationResolveEndpoint": "https://example.com",
      "FederationTrustMarkListEndpoint": "https://example.com",
      "FederationTrustMarkStatusEndpoint": "https://example.com",
      "HomepageUri": "string",
      "LogoUri": "string",
      "Name": "string",
      "OrganizationName": "string",
      "PolicyUri": "string",
      "ReferenceID": "string",
      "RemoteTrustAnchor": "https://example.com",
      "Status": "Active"
    }
  ],
  "empty": true,
  "numberOfElements": 42,
  "offset": 42,
  "pageNumber": 42,
  "pageable": {
    "mode": "string",
    "number": 42,
    "offset": 42,
    "size": 42,
    "sort": {
      "orderBy": [
        {
          "ascending": true,
          "direction": "ASC",
          "ignoreCase": true,
          "property": "createdAt"
        }
      ],
      "sorted": true
    },
    "sorted": true,
    "unpaged": true
  },
  "size": 42,
  "totalPages": 42,
  "totalSize": 42
}
        Response examples (404)
  
  # Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
  "errors": [
    "string"
  ]
}