Applications

Create a new application

POST
/applications

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/applications" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
Empty
Empty
Empty