API Internal Server Error

Attempting to send a cloud data message via the REST API to a hologram device. I’ve followed the API documentation and have created a POST query with all of the necessary parameters, but I’m getting an HTTP 500 error; internal server error. Is there an issue with the API right now, or something with my query? Testing with postman, response headers I’m getting:

content-length →0

content-type →text/html; charset=UTF-8

date →Wed, 20 Feb 2019 17:38:06 GMT

server →Apache/2.4.25 (Debian)

status →500

x-frame-options →SAMEORIGIN

Edit: Figured it out. deviceids was not an array.

Glad you got that figured out. I’ll close this