API
Last updated February 7, 2025
Overview
Atlas provides a straightforward way to access our APIs, allowing you to integrate our functionality into your own systems. This guide will show you how to obtain your API token and make your first API call.
Accessing your API token
To get started with the API, you'll need to retrieve your API token. Go to App Configuration > Data> API
As soon as you land on this page, you'll see your API token. You can view and copy this token for use in your API calls. It's important to keep this token secure, as it provides access to your Atlas data.
Using the API
All of our APIs are hosted on https://developers.atlas.so/ . Once you have your token, you're ready to make API calls. Here's a simple process to test an API:
- Go to the https://developers.atlas.so/ page
- Choose an API endpoint you want to try
- Use your copied API token in the call
When you make the call, you should receive a response. If you get a successful response, it means your token is valid for that particular call.
Making API calls
With your token validated, you can now use it to make various API calls to interact with your Atlas data. This could include retrieving customer information, updating conversations, or any other actions supported by our API.
Remember, each API call will require your token for authentication, ensuring that only authorized users can access your data.
If you encounter any issues or have questions about specific API endpoints, don't hesitate to consult our detailed API documentation or reach out to our support team.