curl --request GET \
--url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team} \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"name": "<string>",
"email": "<string>",
"access": {
"is_owner": true,
"data_access": true,
"data_access_expires_at": "<string>",
"can_access_all_assets": true,
"created_at": "<string>",
"updated_at": "<string>"
},
"created_at": "<string>",
"updated_at": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team} \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"name": "<string>",
"email": "<string>",
"access": {
"is_owner": true,
"data_access": true,
"data_access_expires_at": "<string>",
"can_access_all_assets": true,
"created_at": "<string>",
"updated_at": "<string>"
},
"created_at": "<string>",
"updated_at": "<string>"
}404 error if the team does not have access to the location.
Show access
null for permanent access.