Skip to content

Getting Started

To fetch data, call api endpoints. Before you can start making API calls, you need to create your personal access token. To create Responsly API token:

  1. Go to your Profile page in app and select API keys

  2. Create your token and save it

Responsly expects API token to be included in all API requests to the server in a header that looks like the following:

Example request:

GET https://api.responsly.com/v1/test-auth

If everything works you should get your email in response payload.

{
"email": "joe@email.com"
}