Public
Documentation Settings

The API Project

Introduction:
Welcome to our workspace! Begin by cloning the GitHub repository and following the comprehensive README guide. Install Node.js, set up the database, and install project dependencies. Once your project is running, move on to utilizing our APIs.

How-to Guide:

  • Register: Start by registering a user account.
  • Login: Log in to create a session.
  • Generate API Keys: After a successful login, generate API keys for secure authentication.
  • API Endpoints: Explore various API endpoints by authorizing them with your generated API keys. Experience seamless interaction and observe the results. Happy coding!

Authentication and User Routes

POSTregister

https://api.aboutapi.com/register
Bodyraw (json)
json
{
    "email": "john.doe@example.com",
    "password": "strongPassword1"
}

GETactivate

https://api.aboutapi.com/activate?code=F68536
PARAMS
code

F68536

POSTresendActivation

https://api.aboutapi.com/resend-activation
Bodyraw (json)
json
{
    "email": "john.doe@example.com"
}
Loading