Authorization: Bearer ********************curl --location -g --request GET 'https://..authok.cn/api/v1/organizations//enabled_connections' \
--header 'Authorization: Bearer <token>'{
"meta": {
"page": 1,
"page_size": 20,
"total": 100
},
"items": [
{
"connection_id": "con_00000000000000000001",
"assign_membership_on_login": true,
"connection": {
"id": "17",
"name": "wechat:pc",
"strategy": "wechat:pc",
"display_name": "",
"enabled_clients": [
"LsBkF4M6wXNDfvazjNaQzAXogM7W2f-p"
]
}
}
]
}