Skip to main content

Get Teams By Admin Id

Endpoint

GET https://api.juicelabs.io/v1/admins/:adminId/teams

Authorization Header

X-API-KEY: [YOUR_API_KEY]

Response Shape

{
"success": true,
"data": [
{
"id": "3704344a-92b0-41c4-a16e-d1f240eb7170",
"name": "My team",
"symbol": "≋",
"createdAt": "2024-01-17T18:07:36.194Z",
"updatedAt": "2024-01-17T18:07:36.194Z",
"members": [
{
"id": "0a2966ca-9164-4b50-9d14-c26259dc2364",
"email": "[email protected]",
"nickName": "hello",
"createdAt": "2024-01-17T18:07:36.259Z",
"updatedAt": "2024-01-17T18:07:36.259Z",
"eoaAddress": "0x10347344e7752af2f9e2ffde4b45d66f4b930bb8",
"smartWalletAddress": "0x0aab9349f87896cc73ff7d1be711f9977da94195",
"role": 1
}
]
}
]
}