← Back to Skills
๐Ÿงช

API Endpoint Test

Test an API endpoint, validate the response structure, and log results

Developer 4 steps 4 tools 4 servers

Example Prompt

Test the /api/v2/users endpoint and validate that it returns a 200 with a JSON array of user objects

About

Sends a request to a specified API endpoint, validates the response status and body against expected values, and stores the test results for future reference. Useful for smoke-testing endpoints after deployments or during development.

Workflow Steps

1

Send an HTTP request to the target API endpoint and capture the response

๐ŸŒ Fetch URL
2

Analyze the response status, headers, and body against expected values

๐Ÿง  Structured Reasoning
3

Write the detailed test results to a local log file

โœ๏ธ Write File
4

Store the test outcome in memory for trend tracking

๐Ÿง  Store Memory

Tags

apitestingvalidationhttp