POST
/
simulate
/
loyalty
curl --request POST \
  --url https://api.pushcash.com/simulate/loyalty \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "user_28CJjV7P4Go5PNJvfzghiD",
  "deposit_count": 10,
  "deposit_volume": 1000,
  "withdrawal_count": 5,
  "withdrawal_volume": 500,
  "currency": "USD",
  "earliest_transaction_date": "2023-01-01T00:00:00.000Z",
  "date": "2024-01-01T00:00:00.000Z"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_id
string
required

Specified user must have a opted-in to loyalty

deposit_count
integer
required

The number of sportsbetting deposits for the user

deposit_volume
integer
required

The sum of sportsbetting deposits for the user in cents

withdrawal_count
integer
required

The number of sportsbetting withdrawals for the user

withdrawal_volume
integer
required

The sum of sportsbetting withdrawals for the user in cents

currency
enum<string>
required

Currency associated with the amount

Available options:
USD
earliest_transaction_date
string
required

The date of the earliest transaction from which we aggregated deposits and withdrawals

date
string
required

The aggregation date

Response

200
_mintlify/placeholder

Successfully simulated loyalty opt-in