Customers actions
Social network credentials verification
Verification of a customer account's social network credentials.
Validates a customer's social network token against their CareCloud account. Returns the customer ID if the credentials are valid. Use this endpoint to authenticate a customer who has linked a social network account to their CareCloud profile.
⚠️ Action method for verification credentials is available only in the Enterprise interface.
post/customers/actions/verify-social-network-credentials
Request body
Example request
{
"social_network_credentials": {
"social_network_id": "twitter",
"social_network_token": "38e123j1jedu12d1jnjqwd"
}
}Response
OK
Example response
{
"data": {
"customer_id": "8ea6abece4cd0a4ded0a29f093"
}
}