Getting Started
Get your access token
To use the API, first get an access token for your account.
Click on the Quick Actions icon at the bottom of the navigation panel or use the "Command + K" key shortcut
Click on "API"
Click "Generate new access token"
For your security, the newly generated token cannot be displayed again once you leave the page. Copy it down so that you can use it later.
Using the OmniMoney API
The base url for the api is https://api.omnimoney.app/v1
Send your request to this url with the Authorization header set to Bearer ACCESS_TOKEN
Here's an example curl request if your access token was "abc123"
curl -i -H "Authorization: Bearer abc123" https://api.omnimoney.app/v1/ping
Last updated
Was this helpful?