curl --request GET \
--url https://api.primeintellect.ai/api/v1/user/teams \
--header 'Authorization: Bearer <token>'{
"data": [
{
"teamId": "<string>",
"name": "<string>",
"role": "ADMIN",
"createdAt": "2023-11-07T05:31:56Z",
"slug": "<string>"
}
],
"status": "<string>"
}curl --request GET \
--url https://api.primeintellect.ai/api/v1/user/teams \
--header 'Authorization: Bearer <token>'{
"data": [
{
"teamId": "<string>",
"name": "<string>",
"role": "ADMIN",
"createdAt": "2023-11-07T05:31:56Z",
"slug": "<string>"
}
],
"status": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response