Endpoint 目录
读取无 PII 的签名校验 fixture
GET /api/v1/open/webhooks/endpoints/{id}/signature-fixture
GET /api/v1/open/webhooks/endpoints/{id}/signature-fixture
- operationId:
getInstallationWebhookSignatureFixture - 稳定性: stable
- 认证:
Authorizationheader API Key;所需 scope:webhooks:read - 幂等: none
参数
| 名称 | 位置 | 必需 | 类型 |
|---|---|---|---|
id | path | 是 | string |
请求体
此操作没有声明请求体。
响应与错误
| 状态 | 说明 | Schema |
|---|---|---|
200 | 操作成功 | #/components/schemas/OperationResponse |
400 | 请求不符合公开契约 | #/components/schemas/PublicErrorResponse |
401 | 认证失败 | #/components/schemas/PublicErrorResponse |
403 | 授权 scope 不足 | #/components/schemas/PublicErrorResponse |
404 | 公开资源不存在 | #/components/schemas/PublicErrorResponse |
409 | 幂等或状态冲突 | #/components/schemas/PublicErrorResponse |
429 | 请求频率受限 | #/components/schemas/PublicErrorResponse |
限流
spec 声明了 429 响应。
Retry-After header 未在 spec 中声明。
- 顶层结构:
{ data: object }
成功响应 Schema
{
"$ref": "#/components/schemas/OperationResponse"
}
错误响应 Schema
{
"$ref": "#/components/schemas/PublicErrorResponse"
}
本页由已验证 public-only OpenAPI artifact 生成;未提供推测性请求示例。