Management API > api-keys endpoints face errors (and were working this morning)

Hi!
I am creating projects at runtime using Supabase Management API, and then I need to disable legacy api-keys and create new ones as per Supabase recommandation.
I didn't change anything but I am now facing 403 / 406 / 500 errors when querying

  • POST /projects/${projectId}/api-keys?reveal=true
  • PUT /projects/${projectId}/api-keys/legacy?enabled=false
I've tried on multiple regions, got different behaviors (406 > 500).
Is there any update ongoing?

It was working perfectly fine at 11:00 UTC+1

Thanks 🙏
Was this page helpful?