Files
supabase/apps/reference/_api/usage.mdx
2022-08-02 12:36:26 +02:00

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
```