Which API version should I use?
Section titled “Which API version should I use?”Use the documented production base URL https://api.ltesocks.io/v2. Inactive v3 routes are outside this public contract.
Can I call the API from a browser?
Section titled “Can I call the API from a browser?”Keep account API tokens in trusted server-side code. A public browser application cannot safely protect a bearer token.
Are official client libraries available?
Section titled “Are official client libraries available?”Yes. See Official SDKs for installation and examples for JavaScript/TypeScript, Python, and PHP. Each workflow page places the SDK equivalent next to its HTTP or cURL example.
Is the API token the same as a reset token?
Section titled “Is the API token the same as a reset token?”No. The bearer API token authenticates the account. A port resetToken identifies a port for the dedicated token lookup route and does not replace authentication.
How large can a page be?
Section titled “How large can a page be?”Filtered collection requests document a maximum pageSize of 100.
Where can I download OpenAPI?
Section titled “Where can I download OpenAPI?”Download the generated OpenAPI 3.0.3 contract. It is the same contract used to build the API reference.