Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 904 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 904 Bytes

API Reference

Overview

Authentication

Authenticate your account when using the API by including your Access Token in the request. You can manage your Access Tokens in the Dashboard. Your Access Tokens carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such GitHub, client-side code, and so forth.

Authentication to the API is performed via bearer auth (e.g., for a cross-origin request), use

-H "Authorization: Bearer <token>"