Hi,
I’m trying to POST data to a v2 endpoint, but keep getting a 400 error. The message says that fields are missing, however the fields have been added as forms encoded values in the body.
{"errors":["is_low_latency: field is required","region: field is required","source_id: field is required"]}
The form data posted is:
region=eu-west-1&source_id=a_valid_id&is_low_latency=true
The signing appears correct, but the endpoint is complaining that the fields don’t exist, even though they have been sent.
Any Ideas?
Many Thanks
Ady
I’ll follow-up via your other message (we do not currently support this API via this channel).