Skip to main content

Validation suite tests for signature authentication

The validation suite tests that you've implemented the correct request authentication by sending two invalid requests to your /config endpoint.

These two requests are:

  1. The request is signed.

  2. The request is signed incorrectly.

The response to both of these should be a 401 unauthorized error.

Additional information