Skip to content
M.Gabała edited this page Apr 28, 2022 · 5 revisions

Welcome to the WebAPI-ASP.NET wiki!

## # Get token to pull a request

To get a token you should send request via Post method on this url: https://localhost:{port}/api/authentication/authenticate with credentials in example: Body: raw as JSON -> { "user" : "Mateusz", "password": "SecretPassword" }

Clone this wiki locally