Support & Documentation
Button Title: Test API Call
URL: https://api.example.com/endpoint
Headers:
Content-Type: application/json
Authorization: Bearer YOUR_TOKEN
Body:
{
"action": "trigger",
"device": "living_room_light",
"state": "on"
}
Choose from 12 color swatches to organize and categorize your buttons visually.
Generate time-based one-time passwords automatically with each request. Perfect for 2FA APIs.
Protect sensitive buttons with Face ID or Touch ID authentication before execution.
Add a confirmation dialog before sending important or destructive requests.
Organize buttons into separate pages (e.g., Home, Work, Servers).
Add visual spacing between button groups with customizable heights (5-80pt).
{{OTP}}{{MY_API_KEY}}{{MY_SECRET}}) are included. You'll need to manually re-enter secrets after restoring a backup.{{OTP}} in your request bodyAll data is stored locally on your device using iOS secure storage (UserDefaults). No data is transmitted to third-party servers except the HTTP requests you explicitly configure.
Secrets are stored separately from button configurations. When exporting backups, raw secret values are automatically excluded to prevent accidental exposure.
QikPOST uses iOS biometric authentication (Face ID/Touch ID) to protect sensitive operations. This happens locally on your device and never leaves it.
We recommend always using HTTPS endpoints when possible to ensure your requests are encrypted in transit.