Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Understand the Partner API response format and error codes
{ "success": true, "message": "...", "data": {} }
{ "success": false, "message": "Error description", "errorCode": "ERROR_CODE" }
success
true
false
message
data
errorCode
200
400
401
404
500
Was this page helpful?