Integrations

Connect RepSec™ to the tools you already use. Only working links appear here—no dead ends.

API & Webhooks

Available

Use REST endpoints for validations and policy; receive outbound events via webhooks.

WordPress & WooCommerce

In progress

Shortcodes & hooks to gate downloads, docs, and training by token validation.

Shopify

Planned

App bridge to validate access tokens before serving gated assets or APIs.

Zapier

Planned

Trigger flows when tokens pass/fail validation; enrich CRM, notify teams.

Make.com

Planned

Scenarios to call RepSec™ API and branch on validation status.

Postman

Available

Use the prebuilt collection to hit endpoints with examples & environments.

SSO (Okta / Entra)

Planned

Map SSO groups to RepSec™ roles and policy-bound access scopes.

API & Webhooks

Start here if you’re integrating directly.

ValidatePOST /v1/tokens/validate
NeutralizePOST /v1/neutralize
Events (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.

Use shortcode Log in to download
Hook 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.

Variables: 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?

Email Support Manage Account