Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wefunder Attribution Webhooks API

The Attribution Webhooks API from Wefunder — 5 operation(s) for attribution webhooks.

Wefunder Attribution Webhooks API is one of 13 APIs that Wefunder publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Attribution Webhooks. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 7 operations across 5 paths, and defines 10 schemas. It is described by OpenAPI 3.0.1, at version 2.0.

Requests are made against a single base URL, https://{environment}.wefunder.com/api/v2.

7 operations 5 paths 10 schemas 1 DELETE2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0
Base URL
https://api.wefunder.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Wefunder Attribution Webhooks API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (bearerAuth) using the authorizationCode and clientCredentials flows, exposing 14 scopes.

  • bearerAuth — OAuth 2.0 authorization with access tokens

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Attribution Webhooks 7
GET
/campaigns/{campaign_id}/attribution/webhooks
List attribution webhook subscriptions
listWebhookSubscriptions 1 param → 200401403
POST
/campaigns/{campaign_id}/attribution/webhooks
Create webhook subscription
createWebhookSubscription 1 param body → 201401403422
GET
/campaigns/{campaign_id}/attribution/webhooks/{webhook_id}
Get webhook subscription details
getWebhookSubscription 2 params → 200401403404
DELETE
/campaigns/{campaign_id}/attribution/webhooks/{webhook_id}
Delete webhook subscription
deleteWebhookSubscription 2 params → 204401403404
POST
/campaigns/{campaign_id}/attribution/webhooks/{webhook_id}/test
Send test webhook
testWebhookSubscription 2 params → 200401403404422
POST
/campaigns/{campaign_id}/attribution/webhooks/{webhook_id}/regenerate_secret
Regenerate webhook signing secret
regenerateWebhookSecret 2 params → 200401403404
POST
/campaigns/{campaign_id}/attribution/webhooks/{webhook_id}/reactivate
Reactivate disabled webhook
reactivateWebhookSubscription 2 params → 200401403404422

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are WebhookDelivery (8 properties), WebhookSubscription (8 properties), WebhookTestResult (3 properties), WebhookSubscriptionListEnvelope (2 properties). Each schema is shown below with its type and property counts.

WebhookDelivery
object
A single webhook delivery attempt
8 properties
WebhookSubscriptionWithRecentDeliveriesEnvelope
object
1 property
WebhookSubscriptionWithSecret2Envelope
object
1 property
WebhookTestResultEnvelope
object
1 property
WebhookSubscriptionListEnvelope
object
2 properties
WebhookSubscriptionEnvelope
object
1 property
Error
object
1 property
WebhookSubscriptionWithSecretEnvelope
object
1 property
WebhookTestResult
object
3 properties
WebhookSubscription
object
A webhook subscription for attribution events
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wefunder-attribution-webhooks-api-openapi.yml Raw ↑

Other APIs Wefunder publishes across the network.

Wefunder Activity API
Wefunder Attribution API
Wefunder Attribution Partners API
Wefunder Campaigns API
Wefunder Explore API
Wefunder Intents API
Wefunder Investments API
Wefunder Syndicate Deals API
Wefunder Syndicate Members API
Wefunder Syndicate Statistics API
Wefunder Syndicates API
Wefunder Users API