Skip to main content

Activations

Overview

Activations are lead-generation experiences (forms, campaigns) belonging to a company. Use these endpoints to list and inspect activations and their associated forms. To link or embed the hosted activation form from your own site, see Conventions — Activation form page for the public URL patterns. There is no endpoint to submit into an activation — data of record is captured on the hosted flow and delivered via Webhooks.

Endpoints

List activations

  • Method: GET
  • Path: /api/v1/{company}/activations
  • Scope: activations:read
  • Subscription: All plans, including Free

Path parameters

Query parameters

Response 200

The form relation is not included in list responses.

Response fields

Errors


Show activation

  • Method: GET
  • Path: /api/v1/{company}/activations/{activation}
  • Scope: activations:read
  • Subscription: All plans, including Free

Path parameters

Query parameters

None.

Response 200

The show response includes the nested form with fields. See Forms for form field structure.

Errors