Skip to main content
GET
/
api
/
e2
/
onboarding
/
check-reply
Check for onboarding demo 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>"
  }
}

Authorizations

Authorization
string
header
required

Your Inbound API key. Include it in the Authorization header as: Bearer

Response

Response for status 200

hasReply
boolean
required
reply
object