Skip to main content
PATCH
/
api
/
v1
/
client
/
market-allowlist
Toggle market types
curl --request PATCH \
  --url https://api.example.com/api/v1/client/market-allowlist \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "sportId": 123,
  "updates": [
    {
      "marketType": "<string>",
      "enabled": true,
      "playerProp": false
    }
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.55-tech.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Client API key (UUID format). Get your key from the admin dashboard.

Body

application/json

Request body for PATCH /client/market-allowlist.

sportId
integer
required
updates
MarketTypeUpdate · object[]
required

Response

Successful Response

The response is of type Response Patch Market Allowlist Api V1 Client Market Allowlist Patch · object.