Simple Customer Creation Workflow
In the event any end-user would like to have just one API to create customers and CRP(s), as well as to perform screening for all of them, Cynopsis has provided the following API for end-users to call.Authentication & Headers
All API calls require:- A Bearer Token obtained from the
AuthenticationAPI - The
X-Domain-IDheader included in every request (this value will be provided by Cynopsis)
🧩 Sample Requests — Simple Customer Creation Workflow
Auth & Headers: All requests must include a valid Bearer token (from the Authentication flow) and theX-Domain-IDheader (value provided by Cynopsis). Endpoint:POST /api/customers/workflows/simpleHeaders
Sample Request Body 1 — Corporate Primary Customer with one Individual CRP
Sample Request Body 2 — Individual Primary Customer with one Corporate CRP
Placeholders: Replace{{domain_id}}and{{assignee_id}}with your actual values. Keep booleans astrue/false(not strings) andnullwhere applicable.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
X-Domain-ID
Body
application/json
customerDTO
