Cannot Use API Endpoints Test

For whatever reason, every API Key I send, I get the error 401, I have regenerated multiple and still doesn’t seem to work. Any tips? It’s certainly possible I’m doing something wrong.

can you post the web request you’re making here? include the headers and endpoint you’re trying to hit, as well as the payload you’re sending down and the method?

a couple of things to check would be to make sure you’re including the full authorization header which is

Authorization:  Bearer ${YOUR_API_KEY}

i also usually include the content-type as application/json

Content-Type: application/json