Version 1.0.0 • OpenAPI 3.0
# Introduction
All API requests require authentication using one of the following methods:
Include your API key in the X-API-Key header
X-API-Key: pt_your_api_keyUse OAuth 2.0 for user-scoped access
Authorization: Bearer <token>