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>"
}
}Documentation Index
Fetch the complete documentation index at: https://inbound.new/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?