cURL
curl --request POST \ --url https://api.example.com/api/v1/campaigns/{campaign_id}/targets/{target_id}/step/{friendly_id} \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Documentation IndexFetch the complete documentation index at: https://docs.getprosperapp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getprosperapp.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the target.
The ID of the campaign.
The friendly ID of the step.
The body is of type Target Data · object.
Target Data · object
Successful Response