Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Authentication

Costin Bleotu edited this page Aug 6, 2020 · 1 revision

url

/api-token-auth/

params

{
    "username": <user>,
    "password": <pass>
}

response

{"token": <token>}

usage

Add the following HTTP Header

Authorization: Token <token>

Clone this wiki locally