Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • X-Scope-Topic (& X-Scope-Topic-Version) specify the topic that triggered the webhook

  • X-Scope-API-Version specifies the version of the Scope GraphQL API that was used to serialize the webhook event payload

  • X-Scope-Domain specifies the system that sent the webhook

  • X-Scope-Hmac-Sha256 is used to verify the authenticity of webhooks

  • X-Scope-Webhook-Id is used to troubleshoot

  • X-Scope-Webhook-Type specifies the type of payload being sent

Info

Currently, all Scope webhook notifications include a value of node for the X-Scope-Webhook-Type header. In the future, we hope to introduce additional types that pertain to events that do not involve GraphQL nodes (e.g. a value of service might indicate that a particular service has become available.

...