Limio app endpoints will normally need a Bearer token to be used. Tokens are generated as part of the authentication process and are valid for 1 hour. If you have user access to the Limio app you can obtain a token to use when executing requests into Limio.
Obtaining a Token manually
In case you need to execute one (or a few) specific request(s), the easiest and fastest way to get a token is as follow:
- Login to the app in the relevant environment using your user
- Once logged in, open the DevTools in your browser and go to the Network Tab
- Find a request made into Limio api, you can type in the filter "api/"
- Press on the request (for example user) and on the Headers section locate the Authorization one
- Copy the content (except for the word Bearer) and that's your token
- You can use it in Postman or any other tool for executing http requests
Obtaining a Token programmatically
You can also obtain a token using the standard oAuth flow by performing different request with your credentials and follow-up codes. This is useful in case you need to automate a process. For more details on how to do this, visit: https://developers.limio.com/authentication/authentication-overview/full-api
Comments
0 comments
Please sign in to leave a comment.