ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetIDPByID

GET
/idps/{id}

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://loading/idps/string"
{
  "idp": {
    "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?