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
- Add IP to allowlist
- Remove IP from allowlist
Notes
- Use your sandbox API key in
x-api-keywhen 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, withsed '1d' postman-collection.json > /tmp/clean-collection.json).