Fountain integration webhook

Webhook for the Fountain integration.

Request
path Parameters
organizationId
required
string

The organization on which this webhook is called.

Request Body schema: application/json
object (FountainApplicantModel)
Responses
200

Success

400

Bad Request

403

Forbidden

500

Server Error

post/integrations/fountain/webhook/{organizationId}
Request samples
application/json
{
  • "applicant": {
    }
}
Response samples
application/json
{
  • "requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6"
}