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.
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>