The Alvys Public API lets your company connect outside tools to your Alvys data using API credentials and an API token. This overview explains what the Public API is, where to generate your credentials, and where to find full developer documentation.
Overview
The Alvys Public API (Alvys API, Public API, REST API) is a programmatic way to connect external tools and systems to the data in your Alvys account. Instead of working only inside the Alvys platform, you can use the Public API to retrieve your operational data from another application, such as a reporting or business intelligence tool. Access to the Public API is controlled by API credentials and an API token that you generate inside Alvys, so every connection is tied to your company and authenticated on each request. Full technical reference material, including endpoints and setup guides, lives in the Alvys developer documentation: https://docs.alvys.com/Where to Find It
You generate and manage your Alvys Public API credentials inside the Alvys platform under Profile > API. This is the page where you create the client applications, API keys, and tokens that authenticate an outside tool to your Alvys data. Opening the API page requires the “Admin” or “Partner Admin” role.Key Concepts
API credentials identify a connection between an outside tool and your Alvys account. When you create a client application on the Profile > API page, Alvys issues the credentials that the outside tool uses to identify itself. An API token authenticates each request that an outside tool sends to the Alvys Public API. The token is what proves a request is allowed, so the connecting tool includes it on every call. Client applications can be created, listed, updated, and deleted from the API page, so you can review existing connections and remove ones you no longer need.How to Use It
- Sign in to Alvys with the “Admin” or “Partner Admin” role.
- Go to Profile > API to open the Public API page.
- Create a client application to generate the API credentials for the tool you want to connect.
- Generate an API token to authenticate the connection’s requests.
- Use the Alvys developer documentation at https://docs.alvys.com/ for endpoint details and setup instructions for your specific tool.