place.wisp.v2.secret.list

wisp.place

Documentation

List webhook signing secrets for the caller DID. Token values are never returned.

main query

List webhook signing secrets for the caller DID. Token values are never returned.

Output

Encodingapplication/json
secrets array Required

No description available.

Errors

AuthenticationRequired
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthenticationRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "secrets"
      ],
      "properties": {
        "secrets": {
          "type": "array",
          "items": {
            "ref": "#secretMeta",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "List webhook signing secrets for the caller DID. Token values are never returned."
}
secretMeta object

No description available.

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

lastRotatedAt string datetime Optional

An RFC 3339 formatted timestamp.

name string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "name",
    "createdAt"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "createdAt": {
      "type": "string",
      "format": "datetime"
    },
    "lastRotatedAt": {
      "type": "string",
      "format": "datetime"
    }
  }
}

Lexicon Garden

@