Teams
Team management (session only)
Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
curl -X GET "https://example.com/api/v1/teams/"Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Query Parameters
teamId*string
curl -X GET "https://example.com/api/v1/teams/socials?teamId=string"Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Path Parameters
id*string
curl -X GET "https://example.com/api/v1/teams/string"Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Path Parameters
id*string
curl -X GET "https://example.com/api/v1/teams/string/members"Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Path Parameters
id*string
curl -X GET "https://example.com/api/v1/teams/string/invites"Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Path Parameters
id*string
curl -X GET "https://example.com/api/v1/teams/string/plan"Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Path Parameters
id*string
curl -X GET "https://example.com/api/v1/teams/string/media"Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Path Parameters
id*string
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://example.com/api/v1/teams/string/media" \ -H "Content-Type: application/json" \ -d '{ "fileName": "string", "fileSize": 0, "mediaType": "string" }'Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Path Parameters
id*string
mediaId*string
curl -X DELETE "https://example.com/api/v1/teams/string/media/string"Was this helpful?