Skip to main content
POST
/
api
/
v1
/
listings
/
{uuid}
/
stop
Stop/pause a running listing campaign
curl --request POST \
  --url https://{subdomain}.mindhunters.ai/api/v1/listings/{uuid}/stop \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Response

Success