Hankz
Hankz
DDokploy
Created by Hankz on 3/4/2025 in #help
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>'
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.
4 replies