Authentication

Authentication

Written by James Chan
Last update: Monday, Jun 21, 2021

The API uses Bearer Token Authorization

  1. You can view your API key in your website > Website Settings > ApplicationsAPI Key.

  2. You can use your API key to access protected resources in your website only by passing the Authorization header:

    Authorization: Bearer <API KEY>

  3. All API requests must be made over HTTPS

Website API

5 articles in this category.
Written by James Chan.