Test page for the tabs component
Whether to parse strikethrough with a single tilde (boolean, default: true).
Get the details of an existing Directory User.
package main import ( "net/http" ) func main() { http.HandleFunc("/webhook", func(w http.ResponseWriter, r *http.Request) { payload := r.Body signature := r.Header.Get("WorkOS-Signature") // Verify the signature and process the event w.WriteHeader(http.StatusOK) }) }