400 - Bad Request
A 400 - Bad Request
error occurs when you send to Rebrandly API a POST
or PUT
API call without a JSON body inside. All such requests must provide a JSON: if the endpoint does not require a specific body to be specified, you are supposed to forward an empty JSON body ({}
) along with the request.
Example generic error
"Body required."
Updated 7 months ago