HTTP API Replay Fixture Matrix
Pick HTTP request-definition fixtures for JSON APIs, webhook signature checks, and GraphQL mutation replay workflows.
3
Fixture Rows
3
How to Use This Matrix
Use the matrix when the validation target is a set of variants rather than one canonical sample.
How to Use This Matrix
Coverage
- Covers standard JSON API requests, webhook callback replay, and GraphQL mutation requests.
- Useful for IDE REST clients, replay tooling, and contract-validation checks.
- Anchored to API replay and webhook debugging packs.
Fixture Rows
Available Variants
| Variant | Profile | Test Focus | File | Size | Download |
|---|---|---|---|---|---|
|
Upload Replay HTTP
Good baseline for replaying a POST request with auth and an idempotency key.
|
JSON API request | Request replay and idempotency |
http_api_replay_request_sample.http
|
271 B | Download |
|
Webhook Signature HTTP
Useful when validating signed webhook payloads and delivery metadata handling.
|
Webhook callback request | Signature and header validation |
http_webhook_signature_validation_sample.http
|
295 B | Download |
|
GraphQL Mutation HTTP
Targets REST-client and replay tooling that needs GraphQL request bodies and variables.
|
GraphQL request | Mutation replay |
http_graphql_mutation_sample.http
|
271 B | Download |
Related Strategy Pages