mirror of
https://github.com/supabase/supabase.git
synced 2026-06-25 14:47:12 +08:00
50 lines
432 B
Plaintext
50 lines
432 B
Plaintext
---
|
|
id: usage
|
|
title: Usage
|
|
---
|
|
|
|
<!-- AUTOGENERATED: DO NOT EDIT DIRECTLY IF THIS IS VERSION "next" -->
|
|
|
|
|
|
|
|
|
|
<!-- AUTOGENERATED: DO NOT EDIT DIRECTLY IF THIS IS VERSION "next" -->
|
|
|
|
|
|
|
|
|
|
|
|
### Lists all organizations
|
|
|
|
```
|
|
/v1/organizations
|
|
```
|
|
|
|
|
|
|
|
### Creates an organization
|
|
|
|
```
|
|
/v1/organizations
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Gets all projects that belong to the authenticated user
|
|
|
|
```
|
|
/v1/projects
|
|
```
|
|
|
|
|
|
|
|
### Creates a project
|
|
|
|
```
|
|
/v1/projects
|
|
```
|
|
|
|
|