DokployD
Dokploy11mo ago
3 replies
Hankz

API keys per organization is not working

curl -X 'GET' \
  'https://<MY DOMAIN>/api/project.all' \
  -H 'accept: application/json'
  -H 'Authorization: Bearer <REGENERATED APIKEY>'


Putting the regenerated API key into the authorization always results in an 'Unauthorized' response.
Was this page helpful?