Skip to main content

WebhookPingResponseHeadersModel

Webhook ping response headers.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"content-type": "String",
"x-api-version": "String",
"x-cro-signature": "String",
"x-request-id": "String, optional"
}

Fields

content-type String, Required

Mime type (e.g. application/json).

  • At least 1 and no more than 256 characters.

x-api-version String, Required

Request identifier.

  • At least 1 and no more than 64 characters.
  • Must be a valid API version string (2019/02/08, 2021/04/07, 2021/05/07, 2021/08/02, 2021/11/04, 2023/04/19).

x-cro-signature String, Required

HMAC message signature.

  • Matches ^\s[a-zA-Z0-9\/+=]{11,270}\s$

x-request-id String, Optional

Request identifier.

  • Valid UUID.