API Overview
The Astalty API allows you to interact with your Astalty account programmatically - meaning you can securely access and manage certain data without using the web interface. It’s a JSON-based REST API, designed for developers who want to integrate Astalty functionality into other systems or automate parts of their workflow.
At present, only a limited set of endpoints is available, but we’re actively expanding coverage based on user requests. Full API documentation is provided to help you get started and understand the available resources and authentication process.
What is an API?
An API is a way for different software systems to talk to each other. It lets one system safely request or send information to another, without needing a person to do it manually. For example, another app could use the Astalty API to pull data from your account or update something automatically - the same way you might use the Astalty app, just done behind the scenes by software instead of a person.
How to get started
To learn more about how to start interacting with our API, click here.
I need help using the API
If you need help using the Astalty API, it’s important to know that the API is designed for developers to build integrations or automations that connect other systems with Astalty.
Typically, you’ll need a developer to set up and manage this connection, as it involves writing code to securely call our API and handle the data it returns.
If you or your developer are having trouble accessing the API, or if you’d like more information on how to get started, please contact support@astalty.com.au.
While we can provide guidance and documentation, we’re unable to offer direct technical assistance or build custom integrations.
The specific steps for building an integration will depend on what you’re trying to achieve, how you’re connecting, and the tools or platforms you’re using to make the API calls.