Create an integration
Requires the INTEGRATION.CREATE permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
Headers
x-platform-id
Platform ID.
Request
This endpoint expects an object.
reference
A custom reference assigned to the integration.
type
The type of integration.
name
A custom name assigned to the integration.
description
status
The status of the integration.
authentication
The authentication information used for the integration
payment_gateway
e_invoicing
Integration to do eInvoicing
data_export
tax_calculation
Integration to calculate tax
linked_resources_configurations
Details from the resources configurations from Solvimon linked to external integration system
email_provider
Email provider integration settings. Applicable when the integration type is EMAIL_PROVIDER.
Response
Created
object_type
id
reference
A custom reference assigned to the integration.
name
A custom name assigned to the integration.
description
status
The status of the integration.
message
The message associated with the status of the integration.
type
The type of integration.
authentication
The authentication information used for the integration
payment_gateway
e_invoicing
Integration to do eInvoicing
data_export
tax_calculation
Integration to calculate tax
linked_resources_configurations
Details from the resources configurations from Solvimon linked to external integration system
email_provider
Email provider integration settings. Applicable when the integration type is EMAIL_PROVIDER.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
500
Internal Server Error