curl --request GET \
--url http://api.stuut.ai/v1/contact-suggestions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"email": "<string>",
"object": "<string>",
"partner_id": "<string>",
"reason": "<string>",
"source": "<string>",
"suggestion_type": "add",
"id": "<string>",
"contact_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"external_contact": {
"domain": "<string>",
"email": "<string>",
"object": "<string>",
"source": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"family_name": "<string>",
"given_name": "<string>",
"modified_at": "2023-11-07T05:31:56Z",
"phone": "<string>",
"role": "<string>",
"source_provider_id": "<string>",
"status": "pending"
},
"external_contact_id": "<string>",
"modified_at": "2023-11-07T05:31:56Z",
"status": "pending"
}
]
}curl --request GET \
--url http://api.stuut.ai/v1/contact-suggestions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"email": "<string>",
"object": "<string>",
"partner_id": "<string>",
"reason": "<string>",
"source": "<string>",
"suggestion_type": "add",
"id": "<string>",
"contact_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"external_contact": {
"domain": "<string>",
"email": "<string>",
"object": "<string>",
"source": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"family_name": "<string>",
"given_name": "<string>",
"modified_at": "2023-11-07T05:31:56Z",
"phone": "<string>",
"role": "<string>",
"source_provider_id": "<string>",
"status": "pending"
},
"external_contact_id": "<string>",
"modified_at": "2023-11-07T05:31:56Z",
"status": "pending"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number, 0 indexed.
x >= 0The page size
1 <= x <= 200asc, desc The Partner identifier, (e.g. ptn_abc123).
Successful response
Show child attributes
Email for this contact suggestion
32Reason for the suggestion
The source of this suggestion (e.g. 'apollo', 'email_signature')
Type of suggestion (add/update/delete)
add, update, delete 632Related contact ID for updates/deletes
32Show child attributes
Domain where this contact was found
255Source of external contact (e.g. 'apollo')
3232ID of the contact in the source provider's system (e.g. Apollo contact ID)
pending, enriched, failed 832pending, applied, rejected 8