Skip to main content
POST
/
prospects
/
{prospectId}
/
resume
Resume a prospect
curl --request POST \
  --url https://api.altahq.com/v1/prospects/{prospectId}/resume \
  --header 'Authorization: Bearer <token>'
{
  "error": "Unauthorized",
  "message": "Invalid API token"
}
Resumes the outreach workflow for a paused prospect.

Authorizations

Authorization
string
header
required

API token authentication. Generate a token from the Alta dashboard and pass it as a Bearer token in the Authorization header.

Path Parameters

prospectId
string<uuid>
required

The UUID of the prospect to resume.

Response

Prospect resumed successfully