Overview
Introduction
The Tightknit API follows designs of REST, using clear, resource-based URLs. It supports form-encoded request bodies, returns responses in JSON format, and uses on standard HTTP methods, response codes, and authentication practices.
Endpoint
Tightknit’s REST API endpoint is:
Authentication
API Keys
To understand how to create and manage your API keys, see Developer API Keys .
To authenticate your requests, you need to pass the API key with header: Authorization: <YOUR_API_KEY>
Rate Limits
When authenticated using a developer API keys may not exceed 50 requests per second across all APIs.