Configuration Webhook

Endgrate will POST to this webhook when the session is configured by the user. This is useful if you want to get the integration provider chosen, any passthrough schemas, or passthrough fields without polling the GET api/session/configuration endpoint.

Payload
boolean
string
endgrate
object
schemas
object

Schema information keyed by endgrate_type.

passthrough_schemas
object

Passthrough schema information keyed by endgrate_type.

Response
200

Acknowledgement that the configuration data was received successfully

LoadingLoading…