Hi everybody, I use the API endpoint: https://api.digitalocean.com/v2/customers/my/balance with my api_key, A few days ago this was working. But today, it’s not working and the response is { “id”: “Forbidden”, “message”: “You are not authorized to perform this operation” } My Api key has full access. What is the reason this happens? Thank you for your help!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You can also check if you are hitting rate limits, the API might return unexpected errors. Check your rate limit status using the
X-RateLimit-*
headers in the response.Regards
Heya,
Not sure why this happened however In such cases I’ll recommend to just recreate your API key and see if it works as expected afterwards.
Hey Tuan 👋,
As your API key has full permissions, can you also verify its expiration date? If the API key has expired you will still get 403.
I would recommend regenerating your API key and check if this still occurs.
Let me know how it goes!
- Bobby