Handles authentication of dispatcher accounts and provides basic information for them.

GET /api/v2/auth/?format=api
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "resources": { "login": { "uri": "https://work.bornemann.net/api/v2/auth/account/login/", "description": "Logs a dispatcher in (via session based authentication)." }, "company": { "uri": "https://work.bornemann.net/api/v2/auth/company/", "description": "Basic information of your company." }, "logout": { "uri": "https://work.bornemann.net/api/v2/auth/account/logout/", "description": "Logs the logged-in dispatcher out." }, "account": { "uri": "https://work.bornemann.net/sso/account/", "description": "Basic information of the account of the logged-in dispatcher." } } }