Monitoring as Code: Learn more about the API Check Construct.
API Check Test Structure
Request Configuration
HTTP Methods
Support for all standard HTTP methods:- GET: Retrieve data from endpoints
- POST: Create resources or submit data
- PUT: Update existing resources
- PATCH: Partial resource updates
- DELETE: Remove resources
- HEAD: Check resource existence without body
- OPTIONS: Discover allowed methods
Request Components
Authentication Support
- Bearer Token: JWT and OAuth token authentication
- Basic Auth: Username/password authentication
- API Keys: Custom header or query parameter authentication
- Custom Headers: Flexible authentication patterns