LDS Stake Portal
Authentication

Login

POST
/auth/login

Request Body

application/x-www-form-urlencoded

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/auth/login" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'username=string&password=pa%24%24word'
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}