How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

JuriSign API

Documented, versioned REST API (OpenAPI 3.0.3, 46 operations across 8 tags) for eIDAS SES electronic signatures: documents, sign requests, templates, bulk campaigns, public forms, account credits, webhooks and authentication. Bearer token auth with five restrictable scopes, an Idempotency-Key on sign-request creation, page-number pagination, and a free sandbox token flow that neutralises real delivery and billing while still firing webhooks.

This API exposes 46 operations across 31 paths, organized into 8 resource areas, and defines 15 schemas. It is described by OpenAPI 3.0.3, at version 3.24.1.

Requests are made against a single base URL, https://jurisign.fr/api/v1.

46 operations 31 paths 15 schemas 7 DELETE20 GET16 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.24.1
Base URL
https://www.jurisign.fr/api/v1
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
8

Authentication & Security 1

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

  • bearerAuth — Obtain a token via POST /auth/token, then pass it as: Authorization: Bearer {token}

Paths & Operations 46

Across 31 paths, the API surfaces 46 operations — 7 DELETE, 20 GET, 16 POST, 3 PUT. They span 8 resource areas: Authentication, Account, Templates, Bulk, Public Forms, Documents, Sign Requests, Webhooks. Each is listed below with its method, path, parameters, and response codes.

Authentication 4

Obtain and revoke API tokens

GET
/
API Status
getStatus → 200
POST
/auth/token
Create API Token
createToken body → 200403422429
DELETE
/auth/token
Revoke Current Token
revokeToken → 200401
POST
/auth/sandbox-token
Create Sandbox API Token
createSandboxToken body → 200403422429
Account 1

Credit balance and plan

GET
/account/credits
Get Credit Balance
getAccountCredits → 200401
Templates 4

Reusable sign request templates

GET
/templates
List Sign Request Templates
listTemplates 2 params → 200401
GET
/templates/{id}
Get Template
getTemplate 1 param → 200401404
DELETE
/templates/{id}
Delete Template
deleteTemplate 1 param → 200401404
POST
/templates/{id}/sign-requests
Create Sign Request From Template
createSignRequestFromTemplate 1 param body → 201401404422
Bulk 13

Merge templates and bulk campaigns (one individualised request per recipient)

GET
/bulk-templates
List Bulk Templates
listBulkTemplates → 200401
POST
/bulk-templates
Create Bulk Template
createBulkTemplate body → 201401422
GET
/bulk-templates/{id}
Get Bulk Template
getBulkTemplate 1 param → 200401404
PUT
/bulk-templates/{id}
Update Bulk Template
updateBulkTemplate 1 param body → 200401404
DELETE
/bulk-templates/{id}
Delete Bulk Template
deleteBulkTemplate 1 param → 200401404422
GET
/bulk-campaigns
List Bulk Campaigns
listBulkCampaigns 2 params → 200401
POST
/bulk-campaigns
Create Bulk Campaign
createBulkCampaign body → 201401422
GET
/bulk-campaigns/{id}
Get Bulk Campaign
getBulkCampaign 1 param → 200401404
DELETE
/bulk-campaigns/{id}
Delete Bulk Campaign
deleteBulkCampaign 1 param → 200401404422
POST
/bulk-campaigns/{id}/launch
Launch Bulk Campaign
launchBulkCampaign 1 param → 200401404422
POST
/bulk-campaigns/{id}/cancel
Cancel Bulk Campaign
cancelBulkCampaign 1 param → 200401404422
POST
/bulk-campaigns/{id}/retry
Retry Failed Recipients
retryBulkCampaign 1 param → 200401404422
GET
/bulk-campaigns/{id}/export
Export Campaign Results
exportBulkCampaignResults 1 param → 200401404
Public Forms 6

Shareable links: each respondent signs their own generated request, no account needed

GET
/public-forms
List Public Forms
listPublicForms 1 param → 200401
POST
/public-forms
Create Public Form
createPublicForm body → 201401422
GET
/public-forms/{id}
Get Public Form
getPublicForm 1 param → 200401404
PUT
/public-forms/{id}
Update Public Form
updatePublicForm 1 param body → 200401404
DELETE
/public-forms/{id}
Delete Public Form
deletePublicForm 1 param → 200401404
POST
/public-forms/{id}/rotate-token
Rotate Public Form Token
rotatePublicFormToken 1 param → 200401404
Documents 5

Upload and manage PDF documents

GET
/documents
List Documents
listDocuments 4 params → 200401
POST
/documents
Upload Document
uploadDocument body → 201401422
GET
/documents/{id}
Get Document
getDocument 1 param → 200401404
DELETE
/documents/{id}
Delete Document
deleteDocument 1 param → 200401404422
GET
/documents/{id}/download
Download Document
downloadDocument 1 param → 200401404
Sign Requests 7

Create, send, and track signature requests

GET
/sign-requests
List Sign Requests
listSignRequests 3 params → 200401
POST
/sign-requests
Create Sign Request
createSignRequest 1 param body → 201401422409
GET
/sign-requests/{id}
Get Sign Request
getSignRequest 1 param → 200401404
POST
/sign-requests/{id}/send
Send Sign Request
sendSignRequest 1 param → 200401404422
POST
/sign-requests/{id}/cancel
Cancel Sign Request
cancelSignRequest 1 param → 200401404422
GET
/sign-requests/{id}/download
Download Signed PDF
downloadSignedPdf 1 param → 200401404
GET
/sign-requests/{id}/proof
Download Audit Proof
downloadProof 1 param → 200401404
Webhooks 6

Manage webhook endpoints for event notifications

GET
/webhooks
List Webhook Endpoints
listWebhooks → 200401
POST
/webhooks
Create Webhook Endpoint
createWebhook body → 201401422
PUT
/webhooks/{id}
Update Webhook Endpoint
updateWebhook 1 param body → 200401403404
DELETE
/webhooks/{id}
Delete Webhook Endpoint
deleteWebhook 1 param → 200401403404
GET
/webhooks/{id}/logs
Webhook Delivery Logs
getWebhookLogs 2 params → 200401403
POST
/webhooks/{id}/regenerate-secret
Regenerate Webhook Secret
regenerateWebhookSecret 1 param → 200401403

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are SignRequest (16 properties), Template (14 properties), CreateSignRequestInput (11 properties), BulkCampaign (11 properties). Each schema is shown below with its type and property counts.

AuthUser
object
5 properties
Document
object
9 properties
SignRequest
object
16 properties
SignRequestDetailed
CreateSignRequestInput
object
11 properties 5 required
SignatureZone
object
9 properties
Template
object
14 properties
TemplateDetailed
BulkTemplate
object
7 properties
PublicForm
object
10 properties
BulkCampaign
object
11 properties
WebhookEndpoint
object
7 properties
WebhookLog
object
7 properties
Pagination
object
4 properties
MessageResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jurisign-api-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of JuriSign API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.