curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/identity/scopes \
--header 'Authorization: Bearer <token>'{
"data": [
{
"scope": "<string>",
"description": "<string>"
}
]
}curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/identity/scopes \
--header 'Authorization: Bearer <token>'{
"data": [
{
"scope": "<string>",
"description": "<string>"
}
]
}