Skip to main content
POST
/
api
/
verifybetting
Verify Betting Account
curl --request POST \
  --url https://api.mysubwallet.ng/api/verifybetting \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "betting_id": "5",
  "customer_id": "CUST12345"
}
'
{
  "status": true,
  "data": {
    "customer_name": "JOHN DOE",
    "customer_id": "CUST12345"
  }
}

Authorizations

Authorization
string
header
required

Your API key as Token <your_api_key>.

Body

application/json
betting_id
string
required

Bookmaker plan ID (see Catalogs).

Example:

"5"

customer_id
string
required

The customer's betting account ID.

Example:

"CUST12345"

Response

200 - application/json

Account