cURL
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>"
Perform oauth2 authentication and return user status and destination url.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any