Skip to main content

Testing Scenarios

This file contains minimal, focused tests that reflect the public docs. It only documents testing for the IP allowlist management endpoint (/manageipallowlist).

Base URL

Required headers

Tests

  1. Add IP to allowlist
Request body:
Example (cURL):
Expected success (200):
  1. Remove IP from allowlist
Request body:
Expected success (200):

Notes

  • Use your sandbox API key in x-api-key when testing.
  • This repository includes a Postman collection postman-collection.json. The collection file begins with a repository-specific first line that must be removed before passing the file to Newman or other clients; when running tests locally you can create a cleaned copy by removing the first line (for example, with sed '1d' postman-collection.json > /tmp/clean-collection.json).