Create Search History
Developing
PUT
/profile-search-history/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.aladia.io/v2/profile-search-history/' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "profile"
}'
Response Response Example
200 - Success
{
"id": "6660c7e81f0e3b1cf2c7d687",
"searchedBy": {
"id": "670775694daebf393b266ea1",
"username": "Naomie_Romaguera",
"firstName": "Nicholaus",
"lastName": "Beahan",
"picture": null,
"cover": null,
"email": "Montana.Schamberger@hotmail.com",
"phoneNumber": "1-556-531-7667 x966",
"totalFollowers": -62690088.04417537,
"totalFollowing": 85454705.50804365,
"type": "teacher",
"contactsVisibility": {
"email": false,
"phoneNumber": false,
"address": true,
"birthDate": false
},
"setupProcess": {
"step": -53249837.20121592,
"section": 4271805.369429767
},
"lastActivity": "2045-01-09T15:38:01.658Z",
"numberOfReviews": -44800210.741464674,
"timezone": "Australia/Darwin",
"online": false,
"numberOfSolved": 90394209.80248612,
"birthAddress": {
"country": "Zambia",
"city": "Severn",
"state": "ut"
},
"settings": {
"theme": "light",
"language": "cillum"
},
"preferences": {
"payements": {
"transactions": {
"columns": {
"name": "qty",
"visibility": false
}
},
"subscriptions": {
"columns": {
"name": "total-amount",
"visibility": true
}
},
"payouts": {
"columns": {
"name": "external-bank-account",
"visibility": false
}
},
"customers": {
"columns": {
"name": "subscription-enrolled",
"visibility": false
}
}
},
"chats": {
"color": "gold",
"width": 91171448.07596484
},
"calenders": {
"viewMode": "full"
}
},
"createdAt": "1996-08-31",
"updatedAt": "1996-05-13",
"fullName": "Kelli Rice",
"hasActiveStory": false,
"isFollowing": false
},
"searchedProfile": {
"id": "670775694daebf393b266ea1",
"username": "Matilda.Fahey",
"firstName": "Ansel",
"lastName": "Wiegand",
"picture": null,
"cover": "670775694daebf393b266ea1",
"email": "Thaddeus_Connelly@hotmail.com",
"phoneNumber": "429-851-7085",
"totalFollowers": -22181034.612430304,
"totalFollowing": -48451837.03657856,
"type": "teacher",
"contactsVisibility": {
"email": false,
"phoneNumber": true,
"address": false,
"birthDate": true
},
"setupProcess": {
"step": -64579181.74212396,
"section": -64501000.451726355
},
"lastActivity": "2052-10-28T09:07:16.204Z",
"numberOfReviews": 93667697.13959897,
"timezone": "Pacific/Auckland",
"online": true,
"numberOfSolved": -34871308.40253197,
"birthAddress": null,
"settings": {
"theme": "light",
"language": "dolor"
},
"preferences": {
"payements": {
"transactions": {
"columns": {
"name": "transaction-id",
"visibility": false
}
},
"subscriptions": {
"columns": {
"name": "next-installment",
"visibility": true
}
},
"payouts": {
"columns": {
"name": "initiated",
"visibility": true
}
},
"customers": {
"columns": {
"name": "subscription-enrolled",
"visibility": true
}
}
},
"chats": {
"color": "plum",
"width": -43102197.52467077
},
"calenders": {
"viewMode": "full"
}
},
"createdAt": "1981-08-21",
"updatedAt": "1992-05-04",
"fullName": "Leah Koss",
"hasActiveStory": true,
"isFollowing": true
},
"createdAt": "2013-02-28",
"updatedAt": "2014-12-01",
"isFollowing": true,
"searcherType": "profile",
"searchedType": "organization"
}
Request
Path Params
id
stringÂ
required
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-09 13:34:26