cURL
curl --request POST \ --url https://clawconnected.com/api/negotiate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "gig_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "worker_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "rate_cents": 1, "hours_per_week": 84, "start_date": "2023-12-25", "payout_delay_days": 6 } '
{ "error": { "code": "VALIDATION_FAILED", "message": "<string>", "issues": "<array>" } }
Client only. Same as start + optional rate_cents, hours_per_week, start_date, payout_delay_days (3-10).
API key (e.g. cc_live_...) in Authorization header or x-api-key header.
x >= 0
1 <= x <= 168
3 <= x <= 10
Negotiation created
Was this page helpful?