Origami Risk Public API

The core Origami Risk platform API — generic domain and entity CRUD (get, upsert, bulk insert, bulk upsert, delete), domain metadata and data dictionary lookups, screen configuration, notes, emails, files and external storage upload, record linking, mail merge, and query/filter syntax validation across every configurable Origami domain.

OpenAPI Specification

origami-risk-public-api-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"version":"1.0.0","title":"Origami Risk Public API"},"servers":[{"url":"https://{environment}.origamirisk.com/OrigamiApi"}],"tags":[],"paths":{"/new-endpoint":{"get":{"summary":"New Endpoint","description":"This is your first endpoint! Edit this page to start documenting your API.","operationId":"get_new-endpoint","responses":{"200":{"description":"Successful response"}}}},"/HasTokenExpired":{"get":{"description":"","operationId":"get_HasToken","responses":{"200":{"description":""}},"parameters":[],"security":[{"ApiKeyAuth":[]}]}},"/new-endpoint-1":{"get":{"description":"","operationId":"get_new-endpoint-1","responses":{"200":{"description":""}},"parameters":[],"security":[{"ApiKeyAuth":[]}]}},"/Authentication/Authenticate":{"post":{"description":"","operationId":"post_new-endpoint-2","responses":{"200":{"description":""}},"parameters":[]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Token"}}}}