ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListSMSProviders

POST
/sms/_search

Request Body

application/json

query?

list limitations and ordering

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/sms/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "1s"
  },
  "result": [
    {
      "details": {
        "sequence": 0,
        "creationDate": "1s",
        "changeDate": "1s",
        "resourceOwner": "string"
      },
      "id": "string",
      "state": "SMS_PROVIDER_CONFIG_STATE_UNSPECIFIED",
      "description": "string",
      "http": {
        "endpoint": "string",
        "signingKey": "string"
      }
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?