Send pre-alert to subscribers

This API is intended for tipsters to send a pre-alert for a pick of a specific package via the API. When this API is called, all subscriber bots will prepare to receive your pick. It is important for tipsters to publish the pick within a reasonable time frame after calling this API (within 10-30 minutes), as punters have the option to choose a betting session lifetime that could be less than 30 minutes. Sending a pre-alert before publishing any picks is crucial.

Endpoint

POST /pick/tipster/prealert/

CURL example


curl -X POST https://betmatic.app/api/pick/tipster/prealert/ \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Token {token}'

Parameters

Name
In
Type
Required

data

body

PickPrealertQ

true

PickPrealertQ

Name
Type
Required
Description

apikey

string

true

API key of the package. BETMATIC allocates a unique API key for every tip package created by tipsters.

Body parameter example

{
  "apikey": "72C70TI78DZSSTC0"
}

Responses

Status
Meaning
Description

200

Pre-alert was sent to 30 subscribers

404

API key is not valid

500

Failed to send pre-alerts

Last updated