Reference
Browse every endpoint, grouped by tag, rendered from the live OpenAPI spec.
This page is rendered directly from
/api/v1/openapi. Anything you see
in the SDK autocomplete is listed here with request/response schemas and a
built-in "Try it" client.
Health
curl -X GET "https://loading/api/v1/health"Auth
Authorization
sessionAuth Supabase access token — used by the web and mobile apps
In: header
curl -X GET "https://loading/api/v1/auth/me"Tracks
Supabase access token — used by the web and mobile apps
In: header
Query Parameters
curl -X GET "https://loading/api/v1/tracks/"Authorization
sessionAuth Supabase access token — used by the web and mobile apps
In: header
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://loading/api/v1/tracks/" \ -H "Content-Type: application/json" \ -d '{ "title": "string", "team_id": 0, "audio_file_name": "string" }'Supabase access token — used by the web and mobile apps
In: header
Path Parameters
curl -X GET "https://loading/api/v1/tracks/string"Supabase access token — used by the web and mobile apps
In: header
Path Parameters
TypeScript Definitions
Use the request body type in TypeScript.
curl -X PATCH "https://loading/api/v1/tracks/string" \ -H "Content-Type: application/json" \ -d '{}'Authorization
sessionAuth Supabase access token — used by the web and mobile apps
In: header
Path Parameters
curl -X DELETE "https://loading/api/v1/tracks/string"Albums
Supabase access token — used by the web and mobile apps
In: header
Query Parameters
curl -X GET "https://loading/api/v1/albums/"Supabase access token — used by the web and mobile apps
In: header
Path Parameters
curl -X GET "https://loading/api/v1/albums/string"Teams
Authorization
sessionAuth Supabase access token — used by the web and mobile apps
In: header
curl -X GET "https://loading/api/v1/teams/"Authorization
sessionAuth Supabase access token — used by the web and mobile apps
In: header
Path Parameters
curl -X GET "https://loading/api/v1/teams/string"Contacts
Supabase access token — used by the web and mobile apps
In: header
Query Parameters
curl -X GET "https://loading/api/v1/contacts/?teamId=string"Everything else
The complete tag list — Sessions, Chat, Calendar, Tours, Playlists, Posts, Stats, Campaigns, Testimonials, User — is available from the live spec: