Skip to main content
PUT
/
api
/
me
/
auto-redeem
Toggle auto-redeem opt-in/opt-out
curl --request PUT \
  --url https://core-api.adipredictstreet.com/api/me/auto-redeem \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "enabled": true,
  "updatedAt": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.adipredictstreet.com/llms.txt

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

Body

application/json
enabled
boolean
required

true to enable auto-redeem, false to opt out.

Response

200 - application/json
enabled
boolean
required

Effective state. true = exchange-service queues redemptions on resolution.

updatedAt
object
required

ISO-8601 — last toggle. null if the user has never changed the default.