Need Help?

Have a question, found a bug, or want to request a feature? We'd love to hear from you!

support@apitesterpocket.com

❓ Frequently Asked Questions

How do I create a new webhook?

Tap the + button on the main screen or dashboard. Enter a name, URL, select your HTTP method, and optionally add headers and a default payload. Tap "Create Webhook" to save.

How do I import a cURL command?

When creating a new webhook, tap "Import from cURL" at the top. Paste your cURL command and the app will automatically extract the URL, method, headers, and payload for you.

Is my data stored in the cloud?

No. All your webhooks, payloads, and response history are stored locally on your device. We don't have access to any of your data, and nothing is sent to our servers.

How do I use the Payload Builder?

When viewing a webhook, tap "Payload Builder" to open the visual editor. You can add fields by tapping + Add Field, choose the field type (string, number, boolean, array, object), and the app will generate valid JSON for you.

Can I add custom headers?

Yes! When creating or editing a webhook, scroll to the Headers section and tap "Add Header". Enter the header name and value. You can also toggle headers on/off without deleting them.

How do I insert the current date/time?

When editing a payload, tap the "Date" button in the quick actions. You can choose from multiple formats including ISO 8601, Unix timestamp, and more. The date will be inserted into your payload.

Does the app auto-save my work?

Yes! Your last used payload for each webhook is automatically saved. When you return to a webhook, it will load your most recent payload instead of the default one.

How do I copy a response?

After sending a request, tap on the response to view it in full. You'll see a copy icon on each section (body, headers). Tap it to copy to your clipboard.

💡 Quick Tips