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
JWT Authorization Token header using the Bearer scheme
List of user teams
Show child attributes