Information
- OpenAPI version:
3.1.0
The REST API of TrustInk Core: tenants create signature cases, participants sign them through their signing link.
tenantIdToken).participantToken). A case with multiFactorType also wants a verified one-time code (Trustink-Otp-Session).{code, message} plus details; code is what clients act on. A body that fails validation answers 400 {message, validationErrors}.POST /verify/upload and POST /verify need no authorization; API Gateway throttles them instead (429).This file is generated from the domain’s Zod schemas by @trustink/api-spec; do not edit it by hand.
The Cognito ID token of the tenant (user pool trustink-tenants, USER_PASSWORD_AUTH). An access token is refused.
Security scheme type: http
Bearer format: JWT
The participant token of a signing link: the apiToken query parameter of the participant’s signerUrl.
Security scheme type: http
Bearer format: JWT