REST API & Webhooks

Developer-First Link Infrastructure API & Webhooks

Automate link creation, dynamic QR generation, user attribution, and webhook event streaming programmatically.

AI Overview & Core Takeaway

WilderLinks REST API allows developer teams to embed smart link creation and analytics directly into their SaaS workflows.

import Swift
import WilderlinksSDK

// Initialize WilderLinks in AppDelegate / App struct
WilderlinksClient.shared.configure(apiKey: "wl_live_key...")

// Catch Universal Link Handoff
func application(_ app: UIApplication, continue userActivity: NSUserActivity, ...) -> Bool {
    return WilderlinksClient.shared.continueUserActivity(userActivity) { deepLink in
        print("Destination screen:", deepLink.targetPath)
        print("Campaign referrer:", deepLink.referrer)
    }
}

Engineered for Enterprise Performance

Why mobile teams trust WilderLinks to route millions of daily active app users.

High Throughput Infrastructure

Designed for enterprise scaling with strict 99.99% uptime SLAs and rate-limited API keys.

99.99% Uptime SLA

Real-Time Webhooks

Receive instant HTTP POST webhooks on click, app open, install, and lead capture events.

Instant Event Delivery

OpenAPI Documentation

Clean Postman collection and OpenAPI schemas for instant developer integration.

OpenAPI Compliant

Full Feature Breakdown

Deep technical capabilities built into every WilderLinks deployment.

REST Endpoint

Programmatic Link Management

Generate dynamic links via simple POST requests with JSON payload parameters.

  • Full CRUD API for links, domains, and bio pages
  • Bearer token authorization header
  • HMAC signed webhook payloads
INTEGRATION CODESDK READY
curl -X POST https://api.wilderlinks.com/v1/organizations/org_123/links \
  -H "Authorization: Bearer wl_live_secret..." \
  -H "Content-Type: application/json" \
  -d '{
    "destinationUrl": "https://myapp.com/item/42",
    "iosAppId": "id987654321",
    "androidPackageName": "com.myapp.app",
    "slug": "flash-deal"
  }'
Global Latency

< 10ms

Edge Cloudflare Handoff

Uptime Guarantee

99.99%

Enterprise SLA Standard

Privacy Compliance

100%

Apple ATT & Sandbox

Supported Platforms
iOS
Android
Web
Swift Kotlin RN Flutter

Frequently Asked Questions

Everything you need to know about REST API & Webhooks.

How do I authenticate API calls?

Authenticate requests using your Organization API Secret Key via Bearer token authorization headers.

What rate limits apply to the REST API?

By default, production API keys support 1,000 requests per minute with automatic burst capacity for enterprise accounts.

How do webhooks notify my server of click and install events?

Whenever a click, install, or conversion occurs, WilderLinks dispatches an HTTP POST payload to your registered webhook URL.

Are webhook payloads signed with an HMAC signature for security?

Yes, every webhook request includes a X-WilderLinks-Signature header generated using your webhook secret for payload validation.

Is there an OpenAPI or Postman collection available?

Yes! You can export our OpenAPI 3.0 specification or import our official Postman collection from your developer settings.

Ready to deliver links that think?

Deploy WilderLinks in under 5 minutes with zero vendor lock-in.