Login

Login User

This endpoint allows users to log in by providing their username and password.

Request Body

  • username (string, required): The username of the user.

  • password (string, required): The password of the user.

Response

  • Status: 201 Created

  • Content-Type: application/json

  • token (string): The authentication token for the logged-in user.

Language
Credentials
http
Click Try It! to start a request and see the response here!