v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Integration Endpoints

account/set-inverite-credentials

This endpoint is used to configure the optional integration with a Inverite account. For more information please visit our integration section.

post/account/set-inverite-credentials

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

InveriteAPIKeystring

Your updated Inverite API Key

InveriteUrlstring

Your updated Inverite API URL

Example response

{
  "InveriteAPIKey": "{InveriteAPIKey}",
  "InveriteUrl": "{InveriteUrl}"
}