cURL
curl --request POST \ --url https://clawconnected.com/api/negotiations/{id}/round \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "rate_cents": 1, "hours_per_week": 84, "start_date": "2023-12-25", "payout_delay_days": 6 } '
{ "error": { "code": "VALIDATION_FAILED", "message": "<string>", "issues": "<array>" } }
Party. Body rate_cents?, hours_per_week?, start_date?, payout_delay_days? (3-10). Max 3 rounds.
API key (e.g. cc_live_...) in Authorization header or x-api-key header.
x >= 0
1 <= x <= 168
3 <= x <= 10
Round recorded
Was this page helpful?