Create a builder webhook destination
Creates a pending HTTPS webhook destination. The response includes one-time signing_secret and verification.token values. Deliveries are not sent until the endpoint is verified. The subscribable event_types and their data payload shapes are described by GET /api/v1/webhooks/events; the per-endpoint delivery log is GET /api/v1/webhooks/{id}/deliveries. Four subscribable event types are Pro-only and only deliver to API keys on an active Pro subscription. whale_trades_inserted is one of them, gated by the same SubscriberScope::InsiderOnly mechanism as the other three (each type carries its own LiveEventContract entry; they share the scope value). The other three: wallet_grade_changed (data: wallet, trader_id, old_grade, new_grade, direction (upgrade|downgrade), skill_index, final_score, date) fires on a Pass-2 grade transition; insider_radar_flag_raised (data: trade_id, wallet, trader_id, condition_id, suspicion_score, track, side (yes|no), size, price) fires the first time a trade's suspicion score crosses the radar flag threshold; smart_money_flow_detected (data: condition_id, net_flow_usd, abs_net_flow_usd, dominant_side (yes|no), grade_floor (S|A|B|C|D|F), whale_trade_count, window) fires when a scheduled scanner detects ranked-trader net flow crossing a threshold (up or down) on a market. Delivery signing: each delivery request carries an HMAC-SHA256 signature in the x-0xinsider-signature header formatted as v1=<hex>, where <hex> is HMAC-SHA256(signing_secret, "<timestamp>.<raw_request_body>"). The signed <timestamp> is sent separately as x-0xinsider-timestamp (unix seconds). To verify a delivery: read x-0xinsider-timestamp, reject it if it differs from the current time by more than 300 seconds, recompute v1=<hex> over "<timestamp>.<raw_body>" with your signing_secret, and compare against x-0xinsider-signature using a constant-time comparison. Each delivery also carries x-0xinsider-event-id, x-0xinsider-event-type, x-0xinsider-delivery-id, and x-0xinsider-delivery-attempt headers.
Headers
Optional safe-retry key. Reuse the same value only when retrying the exact same mutation request body; a different body returns 422 and an in-flight matching request returns 409.
Request body
Response
Webhook destination
Changes
Changed in 6 of the 31 revisions of this API.105204
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status400response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status401response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status402response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status403response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status409response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status422response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status423response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status429response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status500response-property-enum-value-added
- ●
added the new
database_unavailableenum value to theerror/reasonresponse property for the response status503response-property-enum-value-added
- ●
- ○
added the optional property
meta/ranking_as_ofto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_as_ofto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_generationto the response with the503statusresponse-optional-property-added
- ○
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status400response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status401response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status402response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status403response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status409response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status422response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status423response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status429response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status500response-property-enum-value-added
- ●
added the new
idempotency_in_progressenum value to theerror/reasonresponse property for the response status503response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status400response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status401response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status402response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status403response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status409response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status422response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status423response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status429response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status500response-property-enum-value-added
- ●
added the new
webhook_delivery_in_progressenum value to theerror/reasonresponse property for the response status503response-property-enum-value-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_base_payload_hashto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_enriched_base_payload_hashto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_operationally_degradedto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_model_versionto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_observation_started_atto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_platformto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_scopeto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_sourceto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_source_coverageto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_status_countsto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/category_skill_taxonomy_versionto the response with the503statusresponse-optional-property-added
- ●
- ●
added the new
insider_radar_flag_raisedenum value to thedata/event_types/items/response property for the response status200response-property-enum-value-added
- ●
added the new
smart_money_flow_detectedenum value to thedata/event_types/items/response property for the response status200response-property-enum-value-added
- ●
added the new
wallet_grade_changedenum value to thedata/event_types/items/response property for the response status200response-property-enum-value-added
- ○
added the new
insider_radar_flag_raisedenum value to the request propertyevent_types/items/request-property-enum-value-added
- ○
added the new
smart_money_flow_detectedenum value to the request propertyevent_types/items/request-property-enum-value-added
- ○
added the new
wallet_grade_changedenum value to the request propertyevent_types/items/request-property-enum-value-added
- ○
added the optional property
error/reasonto the response with the400statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the401statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the402statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the403statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the409statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the422statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the423statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the429statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the500statusresponse-optional-property-added
- ○
added the optional property
error/reasonto the response with the503statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the400statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the401statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the402statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the403statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the409statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the422statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the423statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the429statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the500statusresponse-optional-property-added
- ○
added the optional property
error/retry_atto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/directional_sourceto the response with the503statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the400statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the401statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the402statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the403statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the409statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the422statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the423statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the429statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the500statusresponse-optional-property-added
- ○
added the optional property
meta/ranking_sourceto the response with the503statusresponse-optional-property-added
- ○
added the required property
meta/costto the response with the200statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the400statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the401statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the402statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the403statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the409statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the422statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the423statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the429statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the500statusresponse-required-property-added
- ○
added the required property
meta/costto the response with the503statusresponse-required-property-added
- ●
- ●
added the new
account_lockedenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
account_lockedenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
account_lockedenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
account_lockedenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
account_lockedenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
account_lockedenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
account_lockedenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
account_lockedenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
bad_requestenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
bad_requestenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
bad_requestenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
bad_requestenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
bad_requestenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
bad_requestenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
bad_requestenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
bad_requestenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
rate_limit_unavailableenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
rate_limit_unavailableenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
rate_limit_unavailableenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
rate_limit_unavailableenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
rate_limit_unavailableenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
rate_limit_unavailableenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
rate_limit_unavailableenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
rate_limit_unavailableenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
rate_limitedenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
rate_limitedenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
rate_limitedenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
rate_limitedenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
rate_limitedenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
rate_limitedenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
rate_limitedenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
rate_limitedenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
subscription_requiredenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
subscription_requiredenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
subscription_requiredenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
subscription_requiredenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
subscription_requiredenum value to theerror/coderesponse property for the response status423response-property-enum-value-added
- ●
added the new
subscription_requiredenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
subscription_requiredenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
subscription_requiredenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ○
api operation id
create_webhookremoved and replaced withcreateWebhookapi-operation-id-removed
- ○
added the new optional
headerrequest parameterIdempotency-Keynew-optional-request-parameter
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the non-success response with the status
422response-non-success-status-added
- ●
- ○
endpoint added
endpoint-added
- ○