· 6 years ago · Oct 19, 2018, 08:44 AM
1POST /oauth/token HTTP/1.1
2Host: pilotpay.exposit.com
3Authorization: Basic d2ViOm1vYmlsZQ==
4Content-Type: application/json
5cache-control: no-cache
6Postman-Token: ec4aace9-f3ab-4c9b-992d-2ca6d969b8da
7{
8 "username": "dziedBaraddzied2@gmail.tv",
9 "password": "1234567",
10 "grant_type": "password",
11 "client_id": "mobile"
12}
13
14{
15 "timestamp": 1539937846596,
16 "status": 401,
17 "error": "Unauthorized",
18 "message": "Bad credentials",
19 "path": "/oauth/token"
20}