Activate User's Cashback Account
Activates a user to be eligible for receiving and withdrawing cashback through cashback campaigns. This endpoint validates the existence of the user and registers them for cashback activities. Required fields include user_id, first_name, and last_name. Optional fields like email and phone help in user identification and communication.
Authorizations
A unique identifier assigned to each application.
A secure token associated with the app-id.
Body
The unique user ID provided by the merchant. This ID is used to identify the user in all cashback transactions.
"user_123"
The user's first name.
"John"
The user's last name.
"Doe"
The user's phone number in international format (e.g., "+61412345678").
"+61412345678"
The user's email address, used for notifications and identification.
"user@example.com"
Response
User activated successfully.
The unique user ID assigned by the merchant.
"8GAVZZKTI3"
The unique identifier of the site associated with the user.
"3BAVFJ6H"
The user's first name.
"John"
The user's last name.
"Doe"
The user's email address.
"example@gmail.com"
The user's phone number.
"+61412345678"
The timestamp when the user was created in the cashback system.
"2024-11-06T16:39:48.264Z"
The timestamp when the user's information was last updated.
"2024-11-06T16:39:48.264Z"