Callback state created
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
status_code |
int | ✔️ | HTTP Response Status Code | 200 |
status |
str | ✔️ | HTTP Response Status | OK |
data |
models.CreateCallbackStateResponseData | ✔️ | N/A | |
raw |
Dict[str, Any] | ➖ | Raw response from the integration when raw=true query param is provided |