sequences

Start prospect email verification for a sequence

post/v1/sequences/{sequenceId}/verify-prospects

Path parameters

sequenceIdstring required

Public sequence ID.

Response

Prospect verification started

{"stackTrail":"paths:/v1/sequences/{sequenceId}/verify-prospects:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"message":"Prospect email verification has started","payload":{"hasVerificationStarted":true}}}

Example response

{
  "message": "Prospect email verification has started",
  "payload": {
    "hasVerificationStarted": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.