Skip to main content

Login and Retrieve Access Token

POST 

/api/v1/auth/login

deprecated

Login and Retrieve Access Token

Request​

Body

    password stringrequired

    Possible values: non-empty

    Password of the user used to retrieve access token, e.g. acme123

    username stringrequired

    Possible values: non-empty

    Username of the user used to retrieve access token, e.g. [email protected]

Responses​

OK

Schema

    data

    object

    orgName string

    Name of the organization the user belongs to

    token stringrequired

    Authentication token used for every API request

Loading...