Get a Bearer Token

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 programmatically

You can obtain a token using the standard OAuth flow by performing different API requests. This is useful in case you need to automate a process. For more details on how to do this, visit our developer docs here:

Last updated

Was this helpful?