Forum Discussion
API_User
6 years agoEquinix Employee
Issue with Shipments API
I'm currently getting a 400 response without any sort of indication of what the problem may be. Here is an example request that I am sending with some information redacted:
{
"ibxLocation"...
API_User
6 years agoEquinix Employee
Hello,
Thanks for getting back to me but this is still not working.
I believe that there is probably something broken on your side. Usually, you return a message describing the issue when a 400 is encountered. For example, here is an error message that I encountered with the work visit API:
{
"errors": [
{
"code": "EQX-161-403",
"message": "Contacts (with userName) should be Active and Approved"
}
],
"ticketId": "190820182614628"
}
My issue is that the response body for these 400s is completely empty so I have to guess at what is wrong with the request.
Related Content
- 9 months ago
- 5 years ago