Setting APIs

With webhook turned on in your application, your server receives HTTP POST requests from the Go2Joy server in the form of a response containing information.

Webhook endpoint requirements

HTTP POST requests with JSON payloads are sent to your webhook endpoint upon specific events on your application. The endpoint should meet the following requirements:

By default, the Go2Joy server sends an HTTP POST request and waits for a response from your webhook endpoint for 10 seconds. The server sends the same POST request up to 8 times until it receives a response success. To avoid too many requests, you should set up the endpoint to respond immediately to the server with a 200 OK response.

Get Webhook Setup Info

Get Webhook Setup Info

Subscribe Webhook Event

Subscribe webhook event

Last updated