API → UsersGet the OAuth2 providers for your user
get
/user/oauth2/providers$ curl "https://api.zoo.dev/user/oauth2/providers" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response[
"microsoft"
]
$ curl "https://api.zoo.dev/user/oauth2/providers" \
--header "Authorization: Bearer $TOKEN"
[
"microsoft"
]