Callback response format
Response body
Callback responses sent by your callback handler must include the following fields:
Field |
Type |
Description |
---|---|---|
|
string |
The identifier of the callback response. The response identifier must match one of the identifiers defined for this callback. Example: |
|
string |
The UUID of the request that corresponds to this response. |
|
string |
The UUID of the response. |
|
object |
An object containing the data structure configured for the callback response. This is optional. |