Skip to main content
Before creating a withdrawal, you need a user_id in the Tonder system. This endpoint allows you to get or create a user ID.
Authentication RequiredThis endpoint requires authentication. Include the Authorization header with your API token in every request. See Authentication requirements for details.

Endpoint

Request Body

Request Example

Response

The API returns the user information including the id 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)
Replace YOUR_API_KEY with the token provided in the Developers section of the Tonder platform.

Next Steps