cURL
curl --request GET \ --url https://staging.terminal3.io/v1/openidc/user/social_connections \ --header 'Authorization: Bearer <token>'
{ "data": {} }
This API is used for listing all social connection statuses of a user.
Supported social connections:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object