Endpoint

Create account

The Create Account endpoints allow the creation of new user accounts within the Neatcar platform. These accounts are necessary for accessing user-specific features such as login, credit card management, and carwash history. Each user created is automatically linked to the reseller account used to perform the creation. Once an account is successfully created, it can be used to generate a user token via the login endpoint, enabling access to protected endpoints that require user authentication.

POST

/user

Body

User Model data

The following list provides a selection of key values included in the model; however, it is non-exhaustive. Developers can expect to find additional fields and data within the model, offering comprehensive information about each user. This abbreviated list serves as a starting point for understanding the structure of the model and the types of information available for each user.

id
Unique identifier for the user
email
The email of the user
firstName
The first name of the user
lastName
The last name of the user

Response example

Below is an example of the API endpoint response, showcasing the structure and format of the data returned by the specified endpoint. This example serves as a practical illustration, demonstrating how developers can expect the information to be organized and presented when interacting with the API. It provides insight into the content and layout of the response, facilitating effective integration and utilization of the endpoint within your applications.