Skip to content
11 changes: 6 additions & 5 deletions content/integrate/redis-data-integration/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ Title: Reference
aliases: /integrate/redis-data-integration/ingest/reference/
alwaysopen: false
categories:
- docs
- integrate
- rs
- rdi
- docs
- integrate
- rs
- rdi
description: View reference material for Redis Data Integration
group: di
hideListLinks: false
linkTitle: Reference
summary: Redis Data Integration keeps Redis in sync with the primary database in near
summary:
Redis Data Integration keeps Redis in sync with the primary database in near
real time.
type: integration
weight: 60
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
Title: Redis Data Integration API Reference
linkTitle: API Reference
description: REST API reference for Redis Data Integration
weight: 20
alwaysopen: false
categories: ["redis-di"]
aliases:
---

# Redis Data Integration API

This is the REST API reference for Redis Data Integration services.
The API provides endpoints to manage and monitor your Redis Data Integration deployments.

[Open API Documentation](api/index.html)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spicy-sauce This link leads me to a 404 page. It tries to load the file from:

integrate/redis-data-integration/reference/api-reference/api/index.html

But the file is at:

integrate/redis-data-integration/reference/api/index.html

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed


## Authentication

When authentication is enabled, you need to obtain a token using the login endpoint before accessing secured endpoints.

## Base URL

All API endpoints are relative to the base URL of your Redis Data Integration API server.
Loading