Getting Started
Introduction
Section titled “Introduction”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:
-
Go to your Profile page in app and select API keys
-
Create your token and save it
Authentication
Section titled “Authentication”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"}