POST /v2/endpoints/:id/callback
Callback for an endpoint
live_help Notes
assignment
This action requires one of theses roles:
42network
settings Params
| Param name | Description |
|---|---|
| url |
required
. Must be String
The url of the endpoint |
| user_id |
required
. Must be Integer
The user id |
| initial_data |
required
. Must be Hash
The initial data sent to the endpoint |
| response_data |
required
. Must be Hash
The response data from the endpoint |