Management APIs
cURL
curl --request GET \ --url https://api.basic.tech/team/ \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "slug": "<string>", "owner": "<string>", "roles": "<string>", "role_name": "<string>" } ] }
Retrieves all teams the user is a member of
Documentation IndexFetch the complete documentation index at: https://docs.basic.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.basic.tech/llms.txt
Use this file to discover all available pages before exploring further.
JWT Authorization Token header using the Bearer scheme
List of user teams
Show child attributes