Skip to main content
Mockulator home page
Search...
⌘K
Getting Started
Introduction
Quick Setup
Core Features
Endpoint Types
Authentication
Response Modes
Dynamic Content
Advanced
Validation Rules
Code Examples
Request Logging
Mockulator home page
Search...
⌘K
Search...
Navigation
Core Features
Authentication
Docs
Docs
Core Features
Authentication
Secure your endpoints with multiple authentication methods.
All authentication is optional and configured per endpoint.
Authentication Types
Basic Auth
API Key
Custom Authorization
Standard HTTP Basic Auth with username and password. Authorization: Basic base64(username:password)
Validate API keys in headers, query parameters, or the request body. Supports custom key names. X-API-Key: your-api-key-here
Define custom authorization headers and validation rules for JWT tokens, bearer tokens, or proprietary auth schemes. Authorization: Bearer jwt-token-here
Previous
Response Modes
HTTP endpoints support four response modes for complete control over mock behavior.
Next
⌘I
On this page
Authentication Types