June 2023 Update
over 1 year ago by Francesco Panina
June 2023 Cumulative update
EMAIL and PHONE API: Skype
We've introduced a new signal for email API Based on Skype account
Signals that are introduced are:
{
"resolution_id": "...",
"customer_id": "...",
"device_request_time": "...",
"webhook_url": "...",
"claims": [
"phone"
],
"has_skype": true,
"skype_profile_picture": "https://example.com/image.jpg",
"skype_city": "Milan",
"skype_country_code": "20126",
"skype_country": "Lombardy",
"skype_state": "Italy",
"skype_name": "Mario",
"skype_id": "live:cid1234567",
}
- has_skype: Equal to true if the phone or the email address is linked or has a Skype account
- skype_profile_picture: A public URL containing the Skype profile picture
- skype_city: The name of the city registered in the Skype account
- skype_country_code: The international country code registered in the Skype account
- skype_country: The name of the country registered in the Skype account
- skype_state: The name of the state registered in the Skype account
- skype_name: The name of the user registered in the Skype account
- skype_id: The Skype username of the account
The above fields are available in the product Phone and Email with the same naming convention.