| Variable | Description |
|---|---|
leagueId | The unique identifier of the league. |
playerId | The unique identifier of the player whose market offer is being accepted. |
offerId | The unique identifier of the offer to accept. |
Authorization header:Authorization: Bearer {{token}}Authorization: Bearer ********************curl --location --globoff --request POST 'https://api.kickbase.com/v4/leagues//market//offers//accept' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{}