Usage:

1. Obtain the token:

Send POST request to http://pgd.ovh/login_check with: _username={YOUR_LOGIN} and _password={YOUR_PASSWORD}.
as json response you get token.

EXAMPLE: {"token":"eyJhbGciOiJSUzI1NiIsIndasQdMm8gfsCvQ"}

2. Use token:

Simply pass token on each request to the protected endpoints as an authorization header.

EXAMPLE: Authorization: Bearer {token}

Documentation auto-generated on Sat, 27 Apr 24 04:02:30 +0200