ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListIDPs

POST
/idps/_search

Request Body

application/json

query?

list limitations and ordering

sortingColumn?string

the field the result is sorted

Value in"IDP_FIELD_NAME_UNSPECIFIED" | "IDP_FIELD_NAME_NAME"
queries?

criteria the client is looking for

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/idps/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "1s"
  },
  "sortingColumn": "IDP_FIELD_NAME_UNSPECIFIED",
  "result": [
    {
      "id": "string",
      "details": {
        "sequence": 0,
        "creationDate": "1s",
        "changeDate": "1s",
        "resourceOwner": "string"
      },
      "state": "IDP_STATE_UNSPECIFIED",
      "name": "string",
      "stylingType": "STYLING_TYPE_UNSPECIFIED",
      "owner": "IDP_OWNER_TYPE_UNSPECIFIED",
      "autoRegister": true,
      "jwtConfig": {
        "jwtEndpoint": "string",
        "issuer": "string",
        "keysEndpoint": "string",
        "headerName": "string"
      }
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?