Authentication

Authentication

Written by James Chan
Last update: %A,%b%d,%Y

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 article in this category.
Written by James Chan.