Why does authenticateUser return a malformed request body error?
A malformed request body error usually means a field is the wrong type, for example reference_id must be a string, not an integer.
A malformed request body error usually means a field is the wrong type, for example reference_id must be a string, not an integer.
Newer Terra infrastructure enforces typing strictly per the API spec, so values that previously slipped through must now match the documented types.
PreviousWhy does Team API create-coach return an invalid token error?
NextWhy does /activity return invalid user id after auth?
Last updated
Was this helpful?