Skip to content

Basic auth

Andrea Tupini edited this page Jan 21, 2021 · 1 revision

A Basic type is for an endpoint that at the same time of a call, requires for you to provide a Username and a Password. More details here: https://en.wikipedia.org/wiki/Basic_access_authentication

{
    "Auth": {
        "Type": "Basic",
        "Username": "guest",
        "Password": "guest"
    }
}

Clone this wiki locally