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.
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.
Can I enable interactive requests in the reference?
Section titled “Can I enable interactive requests in the reference?”Maintainers can build with PUBLIC_API_TRY_IT_ENABLED=true. It is off by default because the reference contains destructive and billable operations.
Where can I download OpenAPI?
Section titled “Where can I download OpenAPI?”Both files contain the same 28 path/method operations and schemas. Only human-readable text differs.