get https://portal.ixon.cloud:443/api/users/me/email-address-changes/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://portal.ixon.cloud:443/api/users/me/email-address-changes/publicId \
--header 'Api-Version: 2' \
--header 'accept: application/json'
xxxxxxxxxx
19{
"status": "string",
"type": "string",
"data": {
"publicId": "string",
"oldEmailAddress": "string",
"newEmailAddress": "string",
"expiresOn": "2025-03-30T01:08:15.917Z",
"user": {
"publicId": "string",
"name": "string",
"emailAddress": "string",
"custom": {},
"language": "string",
"localisation": "string",
"timeZone": "string"
}
}
}