View Categories

Logs user into the system.

< 1 min read

GET/user/login

Code Samples #

  • 💻 cURL
  • 📄 JavaScript
  • 🐍 Python
  • 🐘 PHP
  • 🔷 C#
  • Java
Copy
curl --request GET \
  --url '/api/v3/user/login'

Log into the system.

Query Parameters #

NameTypeRequiredDescription
usernamestringOptionalThe user name for login
passwordstringOptionalThe password for login in clear text

Responses #

200 — successful operation #

📋
Example 200 response
Copy
"string"

400 — Invalid username/password supplied #

default — Unexpected error #

Response #

200
"string"

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.