Call API 400 error

I know it sounds so basic :slight_smile:

Here’s what works in Postman:

Here’s what produces a 400 error in Glide:

(Yes, they look identical and therefore should both work but :man_shrugging:)

Nah this works for other api calls (I’m using a base64-encoded string, not a token).

I actually just found I had to specify content-type as a custom header as Glide was defaulting to text rather than json! (sigh emoji)

Thanks man

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.