Start a poll-now recipe

Start a poll-now recipe in real-time by providing the recipe ID.

Use the jobs APIs endpoint (/api/recipes/:recipe_id/jobs) to check the status of a particular recipe.

Path parameters

recipe_idintegerRequired
Recipe ID.
managed_user_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success Reply
successboolean

Returns true when a poll is executed successfully.

Errors