Integrations
Create IntegrationConfig
Set the integration configuration for the entity.
post/organizations/{orgId}/integrationconfigs
Path parameters
orgIdstring required
UUID of the organization
Request body
Example request
{
"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"
}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"
}