1
Create Your Account
Sign up for a Jomioz account at app.jomioz.com.
- Enter your work email address and choose a password.
- Check your inbox for a confirmation email and click the verification link.
- Complete the onboarding prompts to name your workspace and select your plan.
2
Generate an API Key
Authenticate every API request with a personal API key.
- In the Dashboard, click your workspace name in the top-left corner.
- Navigate to Settings → API Keys.
- Click New Key, enter a descriptive name (for example,
my-first-key), and click Create. - Copy the key that appears — this is the only time Jomioz will display the full value.
Store your API key in a secure location such as a password manager or a secrets manager like AWS Secrets Manager or HashiCorp Vault. Never commit it to source control or share it in plain text.
3
Make Your First API Call
Use your API key to fetch your Resources from the Jomioz API. Pass the key as a Bearer token in the Replace
Authorization header.YOUR_API_KEY with the key you copied in the previous step. A 200 OK response confirms your credentials are valid and your setup is working.4
Explore the Response
A successful request returns a JSON object containing a paginated list of your Resources. If your account is brand new, the As you create Resources through the Dashboard or API, they’ll appear here in subsequent requests. Use the
data array will be empty — that’s expected.page and per_page query parameters to paginate through larger result sets.What’s Next
Now that you’ve made your first API call, explore the rest of the platform.Core Concepts
Deepen your understanding of Resources, Events, and the Jomioz data model before you start building.
Integrations Guide
Connect Jomioz to your existing tools and set up your first webhook-powered workflow.