curl --request GET \
--url https://inbound.new/api/e2/onboarding/check-reply \
--header 'Authorization: Bearer <token>'{
"hasReply": true,
"reply": {
"from": "<string>",
"subject": "<string>",
"body": "<string>",
"receivedAt": "<string>"
}
}Check if the user has replied to their onboarding demo email. Used during onboarding to detect reply.
curl --request GET \
--url https://inbound.new/api/e2/onboarding/check-reply \
--header 'Authorization: Bearer <token>'{
"hasReply": true,
"reply": {
"from": "<string>",
"subject": "<string>",
"body": "<string>",
"receivedAt": "<string>"
}
}Was this page helpful?