v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
Tournament Free Agency

Offer to pick up a free agent

Sends a pickup offer from one of YOUR teams to a free agent listed in the tournament's pool. Nothing is rostered by this call - it creates a PENDING offer that the agent accepts or declines via POST /tournaments/{identifier}/free-agency/offers/{offerId}/respond.

The agent named by freeAgentId must currently be AVAILABLE, and the participant named in the body must be one of your teams and APPROVED in this tournament; you must be its captain, co-captain, or organization owner. Either condition failing answers 400 error_invalid_input or 403 respectively. An agent already rostered anywhere in this tournament cannot be offered to.

RESENDING IS SAFE BUT NOT FREE. A live PENDING offer from the same team to the same agent answers 409 error_free_agent_offer_exists - revoke it first if you want to change the message. An offer that was previously declined, revoked, or expired is reused rather than duplicated, so a team and an agent never accumulate offer rows.

Both IDs must belong to the tournament in the path; either one from a different tournament answers 404 error_tournament_not_found, identically to one that does not exist. Requires the tournaments actor free_agency capability.

post/tournaments/{identifier}/free-agents/{freeAgentId}/offers

Path parameters

identifierstring required

Tournament slug.

Tournament slug.

freeAgentIdstring required

Free-agent pool entry ID, as returned by GET /tournaments/{identifier}/free-agents.

Free-agent pool entry ID, as returned by GET /tournaments/{identifier}/free-agents.

Request body

participantIdstring required

Participant ID of YOUR team making the offer. You must be its captain, co-captain, or the owner of the organization that owns it, and it must be APPROVED in this tournament. Discover it via GET /tournaments/{identifier}/me.

messagestring

Optional message delivered to the free agent alongside the offer.

Response

The offer was sent.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).