Authentication

This page will help you get started with Atlas API

To get started, you need to get your Atlas API key. You can find your API key in App Config > API section in Atlas.

2456

When making an API call, add an Authorization header and set the API key as a Bearer token:

curl --request GET \
     --url 'https://api.getatlas.io/v1/conversations?cursor=0&limit=20' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer Q2E9W07TBIPFTZDE5C1UM6A8ECH9FBQWF4PJWCK12FY82KTTI474179PD9J3KF6K'

If you see list of conversation, you are all set with Authentication! If you have any questions or need any help email [email protected].