Skip to content

Getting Started

Introduction

Before you can start making API calls, you need to create your personal access token. To create Responsly API token:

  1. Go to your token page

  2. Create your token and save it

Authentication

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

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

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