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

Ironclad Clickwrap Activity API

Send acceptance, rejection, and view events.

Ironclad Clickwrap Activity API is one of 5 APIs that Ironclad Clickwrap publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 4 operations across 4 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.1.

Requests are made against a single base URL, https://pactsafe.io.

4 operations 4 paths 4 schemas 1 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.1
Base URL
https://pactsafe.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Ironclad Clickwrap Activity API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Activity 4

Send acceptance, rejection, and view events.

POST
/send/agreed
Record an agreement acceptance event
sendAgreed body → 200
POST
/send/displayed
Record a contract display event
sendDisplayed body → 200
POST
/send/visited
Record a page visit event
sendVisited body → 200
GET
/retrieve/latest
Retrieve the latest acceptance state for a signer
retrieveLatest 2 params → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are AgreedEvent (5 properties), AcceptanceState (4 properties), DisplayedEvent (3 properties), VisitedEvent (2 properties). Each schema is shown below with its type and property counts.

DisplayedEvent
object
3 properties 2 required
VisitedEvent
object
2 properties 1 required
AcceptanceState
object
4 properties
AgreedEvent
object
5 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ironclad-clickwrap-activity-api-openapi.yml Raw ↑

Other APIs Ironclad Clickwrap publishes across the network.

Ironclad Clickwrap Contracts API
Ironclad Clickwrap Groups API
Ironclad Clickwrap Signers API
Ironclad Clickwrap Sites API