API Endpoints
Connect to Innovis' API Endpoints
GRS (Generic RESTful Service)
| Environment | Endpoint |
|---|---|
| oAuth - UAT/Staging | https://staging.innovisweb.com/InnovisGateway/orest/grs_v001/request |
| oAuth - Production | https://gateway.innovisweb.com/InnovisGateway/orest/grs_v001/request |
| Health Check - UAT/Staging | https://staging.innovisweb.com/InnovisGateway/availability |
| Health Check - Production | https://gateway.innovisweb.com/InnovisGateway/availability |
Getting Connected Notes
- Separate credentials (API Username & Password) will be issued per UAT/Staging and Production
- A separate Customer ID will be issued for UAT/Staging and Production
- UAT/Staging endpoint ONLY accepts test data
SeeAPI Security for more details.
Potential Gateway Errors
| HTTP Status Code | Response Body |
|---|---|
| 200 - OK | The body will contain the encrypted response. |
| 400 - Bad Request | The body will contain a message describing the error with the request. |
| 401 - Unauthorized | The body will contain a message describing the authorization failure. |
| 500 - Internal Server Error | "Internal Server Error." |
For other errors within the Gateway, please view this page:
Other Services
Please contact [email protected] if you are unable to connect to a REST API (JSON format).
Updated 18 days ago