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": {} } ] }
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