cURL
curl --request POST \ --url http://34.170.194.254:8000/api/v1/auth/login \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "access_token": "<string>", "client_id": "<string>", "scopes": [ "<string>" ], "token_type": "bearer" }
Authenticate local credentials and issue bearer token.
Login Request schema.
Login username
Login password
Login success
Login Response schema.
Issued bearer access token
Client identifier associated with token
Granted scopes
Token type