Skip to main content
POST
/
prospects
/
{prospectId}
/
pause
Pause a prospect
curl --request POST \
  --url https://api.altahq.com/v1/prospects/{prospectId}/pause \
  --header 'Authorization: Bearer <token>'
{
  "error": "Unauthorized",
  "message": "Invalid API token"
}
Pauses the outreach workflow for a specific prospect. Resume with Resume a 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 pause.

Response

Prospect paused successfully