Account & Billing
How do I change my plan?
How do I change my plan?
Navigate to Dashboard → Settings → Billing → Change Plan. You’ll see all available plans with a comparison of features and pricing. Select the plan you want and confirm the change — upgrades take effect immediately, and downgrades apply at the end of your current billing cycle.
Can I have multiple workspaces?
Can I have multiple workspaces?
Yes. Multiple workspaces are available on the Pro and Enterprise plans. Each workspace is fully isolated with its own resources, API keys, and team members. To create a new workspace, click the workspace switcher at the top of the Dashboard and select New Workspace.
How do I cancel my subscription?
How do I cancel my subscription?
Go to Dashboard → Settings → Billing → Cancel Plan and follow the cancellation prompts. Your account remains active until the end of the current billing period. After cancellation, your data is retained for 30 days before permanent deletion, giving you time to export anything you need.
API & Technical
What is the rate limit for the API?
What is the rate limit for the API?
Rate limits depend on your plan:
You can monitor your current usage at any time using the
X-RateLimit-Remaining and X-RateLimit-Reset response headers. Contact support if you need a higher limit on the Enterprise plan.How do I rotate my API key?
How do I rotate my API key?
Go to Dashboard → Settings → API Keys, locate the key you want to replace, and click Revoke. Then click Create New Key to generate a fresh key. Update your application with the new key immediately — revoked keys stop working right away. Keep your API keys confidential and never commit them to source control.
Does Jomioz support IPv6?
Does Jomioz support IPv6?
Yes. All Jomioz API endpoints (
https://api.jomioz.com/v1) support both IPv4 and IPv6. No additional configuration is needed on your end — your HTTP client will automatically use the appropriate protocol based on your network stack.What are the supported HTTP methods?
What are the supported HTTP methods?
The Jomioz REST API supports the following HTTP methods:
All requests must include an
Authorization: Bearer YOUR_API_KEY header and, where applicable, a Content-Type: application/json header.Data & Security
How long is data retained?
How long is data retained?
Data retention depends on your plan:
Enterprise customers can adjust the retention window in Dashboard → Settings → Data Retention. Data that exceeds the retention period is permanently deleted and cannot be recovered.
Is data encrypted in transit?
Is data encrypted in transit?
Yes. All traffic between your application and Jomioz is encrypted using TLS 1.2 or higher. Connections using older protocols are rejected automatically. Data at rest is also encrypted using AES-256. If you have specific compliance requirements, contact the Enterprise team for a detailed security overview.
Can I export my data?
Can I export my data?
Yes. You have two ways to export your data:
- Dashboard: Navigate to Settings → Data Export, choose your export format (JSON or CSV), and select the date range. Jomioz will prepare the export and email you a download link.
- API: Use the
/v1/exportendpoint to programmatically request and download your data. See the API reference for full details.
Integrations
Can I use Jomioz with my existing tools?
Can I use Jomioz with my existing tools?
Yes. Jomioz is designed to fit into your existing stack in several ways:
- Webhooks — Push real-time event notifications to any URL you control.
- REST API — Query and manage resources from any language or tool that can make HTTP requests.
- Native integrations — Connect directly to supported third-party platforms from Dashboard → Integrations.
Are there official client libraries?
Are there official client libraries?
Jomioz does not currently ship versioned SDK packages. We recommend using the REST API directly with any standard HTTP client available in your language of choice. The API follows REST conventions and returns standard JSON responses, making it straightforward to work with from any environment.
Bookmark the API reference for endpoint details, request schemas, and response examples.