Max URL Character Limits on GET Requests
All API requests must adhere to a maximum URL length of 10,000 characters (including the full path and query string).
Requests exceeding this limit will return an error response and may also be rejected or truncated by intermediary systems such as browsers, proxies, or servers.
To stay within this limit, we recommend the following best practices:
Break large requests into smaller, more manageable calls by dividing your requests into chunks that fit comfortably within the character limit.
Updated 3 months ago