Integrations
Connect RepSec™ to the tools you already use. Only working links appear here—no dead ends.
API & Webhooks
AvailableUse REST endpoints for validations and policy; receive outbound events via webhooks.
WordPress & WooCommerce
In progressShortcodes & hooks to gate downloads, docs, and training by token validation.
Shopify
PlannedApp bridge to validate access tokens before serving gated assets or APIs.
Zapier
PlannedTrigger flows when tokens pass/fail validation; enrich CRM, notify teams.
Make.com
PlannedScenarios to call RepSec™ API and branch on validation status.
Postman
AvailableUse the prebuilt collection to hit endpoints with examples & environments.
SSO (Okta / Entra)
PlannedMap SSO groups to RepSec™ roles and policy-bound access scopes.
API & Webhooks
Start here if you’re integrating directly.
POST /v1/tokens/validateNeutralize →
POST /v1/neutralizeEvents (webhooks) →
token.accepted, token.rejected, policy.violated
- Open the API docs and generate a key in Account.
- Expose a HTTPS endpoint for webhooks; verify HMAC signature in headers.
Docs are hosted at /docs-api/ to avoid 404s while other guides are being published.
WordPress & WooCommerce
Gate downloads, docs, and training with token validation.
Log in to downloadHook into
template_redirect to enforce token checks before serving assets.
- Create a “Downloads” page and place shortcodes where assets should appear.
- Map Woo roles to RepSec™ scopes; deny if token missing/invalid.
Full docs will appear here once the BetterDocs entries are live.
Shopify
Plan: app proxy to call RepSec™ for time-limited access before asset delivery.
- Issue signed links from your app; validate on the proxy before redirecting.
- Emit events to your CRM when validation fails (signals misuse).
Zapier
Plan: triggers on token.accepted/token.rejected; actions to validate/neutralize.
- Branch your Zaps on validation result to notify sales or block delivery.
Make.com
Plan: scenarios for policy-bound flows with RepSec™ HTTP modules.
- Call Validate before any fulfillment step; halt on rejection.
Postman
Use the collection with an environment for base_url and X-PastWipe-Key.
base_url=https://api.pastwipe.com, X-PastWipe-Key=pk_live_…Example:
POST {{base_url}}/v1/tokens/validate
Collection will be linked from the API docs once uploaded.
SSO (Okta / Entra)
Map IdP groups to RepSec™ roles; issue policy-limited tokens post-auth.
- Recommended: Access gateway or reverse proxy to inject verified claims.
Request an Integration
Need Salesforce, HubSpot, ServiceNow, Snowflake, or something else?