Replay API Reference
| Field | Value |
|---|---|
| Source spec | replay/openapi/v1.json |
| OpenAPI version | 3.1.0 |
| API version | 1.0 |
| Operations | 2 |
| Path filter | All paths |
Operations
POST /v1/replay/tokens
Generate a replay token
| Property | Value |
|---|---|
| Operation ID | GenerateReplayToken |
| Tags | - |
| Auth | Not declared |
| Request body | application/json |
Responses:
| Status | Description | Content types |
|---|---|---|
201 | Token created | application/json |
POST /v1/replay/tokens/verify
Verify a replay token
| Property | Value |
|---|---|
| Operation ID | VerifyReplayToken |
| Tags | - |
| Auth | Not declared |
| Request body | application/json |
Responses:
| Status | Description | Content types |
|---|---|---|
200 | Verification result | application/json |
