1. Enter your email and password below
2. Click "Get Access Token" to authenticate
3. The access token will be displayed below
4. Use the token to test the protected API endpoints
5. For Postman testing: POST /connect/token
Body: grant_type=password&username={email}&password={password}&client_id=mobile-app-client
Headers: apiKey: {your-api-key}
Try calling the protected API endpoints to see the difference between authenticated and unauthenticated requests.
Try calling the Public.API protected endpoints using the access token.
Test the IEmailService by sending a test email to r.kolar@globdata.cz