POST
/
auth
/
username
curl --request POST \
  --url https://v3.minestorecms.com/api/auth/username \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "xMarkus"
}'
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ94343"

Body

application/json
username
string
required

The username to authenticate

Response

200
application/json
OK

The authentication token (40 digits).

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ94343"