ngx-admin-bundle-support
ngx-admin-bundle-support copied to clipboard
what is the "Bearer <token>"
INSTRUCTION.pdf
API Documentation
there is input 'api_key' at top right corner. Paste there token in format: 'Bearer
i use email adress and pass word logo ,got json like below and i don't know what is the api_key: { "token": { "expires_in": 3600000, "access_token": "aaa.bbb.ccc", "refresh_token": "ddd.eee.fff" } }
Just copy aaa.bbb.ccc, then click Swagger UI's 'Authorize' button (at top right corner). 'Available authorizations' window should popup Input 'Bearer aaa.bbb.ccc' (please note there is a space) Click 'Authorize' button in popup windows and 'Close' Then you should try other APIs.
Postman: Auth > Type > choose 'Bearer Token' input aaa.bbb.ccc at 'Token' column,don't add 'Bearer ' string then you should try 'Get' API