Skip to main content

Authenticate towards the node

POST 

//auth

Authenticate towards the node

Request

Body

required

The login request

    password stringrequired
    username stringrequired

Responses

Login was successful

Schema
    error stringrequired
    jwt stringrequired
curl -L -X POST '/auth' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"password": "wasp",
"username": "wasp"
}'
Request Collapse all
Base URL
Body required
{
  "password": "wasp",
  "username": "wasp"
}
ResponseClear

Click the Send API Request button above and see the response here!