Start (or resume) calling
POST
https://server.heyrik.com/api/v1/campaigns/{id}/startPath parameters
idRequiredReplace {id} in the request URL with the value for this resource.
Headers
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Response
No response example is documented for this operation yet.
Error referencePOST/campaigns/{id}/start
cURL
curl -X POST https://server.heyrik.com/api/v1/campaigns/cmp_4a19/start \
-H "Authorization: Bearer $HEYRIK_API_KEY"Illustrative examples · No live request is sent
