Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 979 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 979 Bytes

API Specification

300 Notes

This is a complete specification of all available endpoints, resource types, and authenticated request workflow.

Endpoints

The auth namespace provides client token generation and convenience methods for locating canonical session resources.

The profiles namespace provides individual account details.

Resources

Resources are objects that are reused throughout the API. In client libraries, they are often referred to as "models", "entities", or "documents".

Workflow

The workflow documentation can help you get started with certain aspects of the API.