API 422 error

I’m using this API endpoint:

Here is the API call in Glide:

I really want to use a column value for the domain param, but hard coding a domain or using column value both don’t work.

I get a 422 error and no response body.

The API provider says there is nothing at their end indicating a problem with their API or my usage limits (I’ve only called it twice).

And it works from their API docs site:

You are passing the x-api-key as a query parameter. According to the example shown from their website, it should be passed in the HTTP header.

By the way, your key has been exposed. You should change it.

1 Like

ah thanks, easy one!

Yeah that key is just one I created to test. Appreciate it.

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