Skip to main content

Getting started

GraphQL API, endpoint, and tools


Introduction

Our GraphQL-based API provides integration with any compliance software, allowing us to check individuals and businesses against PEP (Politically Exposed Persons) lists, financial crimes, and prevention of involvement with money laundering, terrorists, human trafficking, or other criminal organizations.

By using our API, customers gain access to a set of powerful tools designed to smooth the compliance processes. A user-friendly interface enables easy integration into existing systems. Furthremore, it provides full control over the data you retrieve, enabling tailored requests to specific requirements.

Whether you need to perform a one-time check or integrate continuous monitoring into your system, our API got you covered.

Built on GraphQL, our API ensures efficient and flexible data retrieval, allowing precise extraction of the information needed, reducing data transfer, and optimizing performance.

Endpoint

Endpoints serve as specific routes or URLs that allow interaction with XRAY.

Each endpoint represents a specific functionality or operation that you can perform using the API. By sending HTTP requests to endpoints, you can retrieve or modify data related to PEP lists, fraud checks, and compliance processes.

XRAY endpoints are providing a transparent and instinctive interface, making it easy for developers to integrate XRAY.

With endpoints well-defined, developers can easily interact with XRAY API and use its capabilities to enhance compliance workflows.

The API endpoint is available at /graphql/.

Queries have to be submitted using the HTTP POST method and the application/json content type.

GraphQL Tools

GraphQL API is used to perform:

  • 1. Queries for data retrieval.
  • 2. Mutations for creating, updating, and deleting data.

Among various GraphQL tools on the market we use Banana Cake Pop.

image info