ROIT Public APIs#
Welcome to the Invoice-To-Pay portal! This guide will help you integrate ROIT's public APIs with your system quickly and efficiently.
Available Environments#
We currently offer two environments for interacting with our APIs:1.
Homologation (hom): A staging environment used for validation before moving to production.
2.
Production (app): The live environment accessed by end users.
To use the APIs, replace <env>
with the corresponding environment identifier (hom or app).https://app.roit.ai/service/api/v1/document/status
Authentication#
Generate token#
All our endpoints are authenticated using a JWT (JSON Web Token Authentication) token, which is valid for 8 hours after its generation.To generate a token, you can use the following endpoint, you will need to provide your apiToken
available at ROIT ADMIN section:Modified at 2025-03-31 12:42:21