1 About the REST APIs

This section provides Oracle REST APIs to view data stored in Oracle FCCM KYC Cloud Service. A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services.

Oracle Know Your Customer Cloud Service provides a Representational State Transfer (REST) API to perform user tasks in an automated manner. The REST API is an application-programming interface that provides a simplified way to exchange data through HTTPS requests from a client to the server. In REST APIs, a resource is an object with a type, associated data, and relationships to other resources. You can use a set of HTTPS methods to access each resource.

Resources are organized in a hierarchical structure that enables:
  • Better organization by grouping related data so that you can efficiently customize the resources.
  • Improved performance by using a single HTTPS request to handle multiple resources.

Know Your Customer REST APIs

Real-Time KYC Risk Assessment

This REST API is used to execute Real-time KYC Risk Assessment.
  • Method: POST
  • Path: /kycob-prospect-service/prospect/v1/add

Get Real-Time KYC Prospect Feedback by Request ID

This REST API is used to get KYC Prospect Feedback by request ID.
  • Method: GET
  • Path: /kycob-prospect-service/prospect/v1/getFeedbackByRequestID/{requestID}