POST
/
api
/
v7
/
partnerCheckin
Partner Checkin
curl --request POST \
  --url http://127.0.0.1:3000/api/v7/partnerCheckin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "referenceId": "<string>",
  "additionalData": {
    "brand": "<string>",
    "userId": "<string>",
    "balance": "<string>",
    "currency": "<string>",
    "urlBack": "<string>"
  }
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json

Successful response

The response is of type any.