← Back to Docs
Last updated: 2026-07-13
API Access
API Access lets you integrate InvyMate data with your tools such as dashboards, reporting jobs, and internal scripts.
If you need outbound push instead of polling, use Webhooks.
What it is
With API Access, you generate API keys and use them to call protected endpoints for your workspace.
How to get started
- Navigate to Configuration → API Keys
- Create an API key
- Choose a descriptive name such as
IT audit export script
- Choose a descriptive name such as
- Copy the token
- The token is shown only once
- Store it in a secret manager
- Rotate or revoke keys as needed
- Use the correct auth header format in requests:
Authorization: ApiKey <token>
API configuration
Use workspace-scoped API URLs.
- Production pattern:
https://<workspace>.invymate.com/api/v1/...
Make sure you call the API for the correct workspace URL and keep your API keys out of client-side code.
For endpoint groups and common request patterns, see: