TopCord Documentation

Getting Started

The basics of the rest API.

Reference Guide

Authentication

Some API endpoints will require you to authenticate using the Authorization header, an example can be seen below.

Headers
1{
2 "Authorization": "token"
3}
Edit this page on GitHub