user_id in the Tonder system. This endpoint allows you to get or create a user ID.
Endpoint
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Customer email address |
first_name | string | Yes | Customer first name |
last_name | string | Yes | Customer last name |
phone | string | Yes | Customer phone number |
Request Example
Response
The API returns the user information including theid and auth_token:
Save the User IDSave the
id field from the response. You’ll need this user_id when creating withdrawal requests.cURL Example
Postman UsersIn Postman, add the
Authorization header manually:- Key:
Authorization - Value:
Token YOUR_API_KEY(replace with your actual token from the Developers section)
YOUR_API_KEY with the token provided in the Developers section of the Tonder platform.Next Steps
- Use the returned
idas theuser_idwhen creating a withdrawal - Learn about authentication requirements

