I have an API call set up in the connector like this:
But when I try to initialize it, I get this error:
Status code 422
{“message”:“The given data was invalid.”,“errors”:{“id”:[“The id must be an integer.”,“The id must be between 1 and 2147483647.”]}}
What am I doing wrong? I’m still relatively new to both bubble and APIs
Jici
2
Can you share API url doc?
Here’s the documentation:
I have the headers set up as shared headers with another API call (which works just fine)
Jici
4
I don’t see any error. Did you test in Postman?
I’m not familiar with Postman, I’ll check it out.
1 Like
Okay, so the API call works just fine in Postman and returns what it should. Still have no idea why it doesn’t work in Bubble though
Jici
7
Create a requestbin.com. Send the request to the requestbin.com from postman and do the same in Bubble. Compare both call
The colon in my bubble call was the problem. Thanks for your help, I’ll definitely be using these tools going forward 
2 Likes