Skip to main content
POST
/
api
/
v1
/
client
/
market-allowlist
/
activate-all
Re-enable all market types
curl --request POST \
  --url https://api.example.com/api/v1/client/market-allowlist/activate-all \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "sportId": 123
}'
{}

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 POST /client/market-allowlist/activate-all.

sportId
integer
required

Response

Successful Response

The response is of type Response Activate All Market Types Api V1 Client Market Allowlist Activate All Post · object.