API keys per organization is not working
Putting the regenerated API key into the authorization always results in an 'Unauthorized' response.
2 Replies
Hey you need to use the x-api-key header
I need to update the docs and the CLI
yeah it works, using
x-api-key: <REGENERATED APIKEY>
. thx