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_id
Recipe ID.
managed_user_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success Reply
success
Returns true
when a poll is executed successfully.