linuxserver/budge

API Does not return budget ID

iotemylabs opened this issue · 2 comments

When running This command:
curl -k -X GET "https://[IP]:6443/api/budgets" -H "accept: application/json" -H "Authorization: Bearer <key>"

It gives me this error:
{"message":"Something went wrong!"}

No other endpoints are available, as well, even when adding the Auth Header at the /login endpoint.

The autorization header does not need the Bearer prefix on the value. Remove that and see if you can successfully get responses.

Closing this. Please let me know if this is still an issue after trying by above suggestion.