Integrations
Enable IntegrationConfig
Enables a previously disabled integration configuration, allowing it to be operational again.
post/organizations/{orgId}/integrationconfigs/{id}/enable
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
UUID of the integration configuration
Response
Returns the IntegrationConfig
Example response
{
"entityType": "Bill",
"entityId": "00000000-0000-0000-0000-000000000000",
"destination": "Stripe",
"destinationId": "00000000-0000-0000-0000-000000000000",
"integrationCredentialsId": "00000000-0000-0000-0000-000000000000",
"name": "My Integration"
}