HTTP status: 400Documentation Index
Fetch the complete documentation index at: https://dev.1st.app/llms.txt
Use this file to discover all available pages before exploring further.
Message
Generic; the specific message and theparam field tell you which input
was rejected.
Example:
Common cause
- Wrong type for a body field (sent a string where an array was expected).
- Unknown enum value (e.g.
state=closedwhen the allowed set isfiring|acked|resolved|all). - Missing required body field.
Fix
Read themessage field — it contains the FIX inline. If the param field
is set, that’s the offending input.