/
SU
supabase
/
Supabase API (v1)
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2mo ago · Updated 2mo ago
Details
Filter operations
Advisors
2
Analytics
5
Auth
18
Billing
3
Database
46
Domains
9
Edge Functions
8
Environments
17
OAuth
4
Organizations
7
Profile
1
Projects
29
Realtime
3
Rest
2
Secrets
12
get
Get project api keys
post
Creates a new API key for the project
get
Check whether JWT based legacy (anon, service_role) API keys are enabled. This API endpoint will be removed in the future, check for HTTP 404 Not Found.
put
Disable or re-enable JWT based legacy (anon, service_role) API keys. This API endpoint will be removed in the future, check for HTTP 404 Not Found.
get
Get API key
delete
Deletes an API key for the project
patch
Updates an API key for the project
get
[Beta] Gets project's pgsodium config
put
[Beta] Updates project's pgsodium config. Updating the root_key can cause all data encrypted with the older key to become inaccessible.
get
List all secrets
post
Bulk create secrets
delete
Bulk delete secrets
Storage
3
Secrets
[Beta] Gets project's pgsodium config
get
/v1/projects/{ref}/pgsodium
Path parameters
ref
string
required
Example:
abcdefghijklmnopqrst
Project ref
Response
PgsodiumConfigResponse
required
root_key
string
required
Changes