> ## Documentation Index
> Fetch the complete documentation index at: https://doc.withedge.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to Edge API documentation. Let's get started by making Edge yours.

# Introduction to Edge API

## Overview

Edge is the financial infrastructure platform, designed to ride on the bank's core infrastructure and empower businesses of all sizes to extend financial services to their end customers. By leveraging Edge’s robust set of APIs, you can seamlessly integrate financial services into your applications, enabling automation, innovation, and enhanced customer experiences.

Whether you’re a seasoned developer or new to APIs, this guide will walk you through everything you need to start working with Edge. From setting up your account to making your first API call, you’ll find the information necessary to leverage the full potential of Edge's capabilities.

***

## Target Audience

This guide is intended for developers, technical architects, and anyone who needs to integrate Edge’s functionalities into their applications or services. A basic understanding of RESTful APIs, JSON, and programming concepts is recommended to follow along with this guide.

***

## Prerequisites

Before you begin using the Edge API, ensure you have the following:

<CardGroup cols={3}>
  <Card title="Sign Up for an Edge Account" icon="user-plus">
    You need to sign up for an Edge account. If you don’t have one, you can create an account [here](https://dev.withedge.co/auth/register).
  </Card>

  <Card title="Get Your API Key" icon="key">
    To authenticate your API requests, you’ll need an API key, which can be generated from your Edge Dashboard. Get your Key [here](https://dev.withedge.co/dashboard/settings/api-credentials)
  </Card>

  <Card title="Development Environment" icon="code">
    Basic tools like a code editor, terminal, and an HTTP client (such as Postman or cURL) will be helpful.
  </Card>
</CardGroup>

***

## Guide Structure

To help you navigate the Edge API effectively, this guide is structured into the following sections:

<CardGroup cols={3}>
  <Card title="Introduction" icon="play" href="#">
    Understand what Edge is and how it can empower your business to extend banking services through its API Banking platform.
  </Card>

  <Card title="Getting Started" icon="rocket" href="onboarding">
    Learn how to access the Edge API, authenticate your requests, and make your first API call.
  </Card>

  <Card title="Authentication" icon="key" href="authentication">
    Understand the key concepts, request-response patterns, and error handling mechanisms to effectively work with the Edge API.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Data Encryption" icon="file-lock" href="encryption">
    Understand the key concepts, request-response patterns, and error handling mechanisms to effectively work with the Edge API.
  </Card>

  <Card title="Environment" icon="envira" href="environment">
    Idempotency ensures that repeated API requests have the same effect as a single request, preventing unintended duplicate actions.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Response Code" icon="code" href="response">
    Response codes indicate the outcome of API requests, helping you understand and handle different transaction statuses effectively
  </Card>

  <Card title="Webhook" icon="webhook" href="webhook">
    Webhooks allow your application to receive real-time notifications from Edge for specific events, enabling automated workflows.
  </Card>

  <Card title="Indemptoency" icon="repeat" href="indempotenty">
    Understand the key concepts, request-response patterns, and error handling mechanisms to effectively work with the Edge API.
  </Card>
</CardGroup>

## Going Live

Prepare for production by understanding documentation & compliance, security, governance, and both pre- and post-go-live checklists.

<CardGroup cols={2}>
  <Card title="Documentation & Compliance" icon="file-alt">
    Ensure your integration complies with regulatory requirements and best practices as you prepare to go live with Edge.
  </Card>

  <Card title="Security and Governance" icon="shield-alt">
    Learn how to secure your API interactions and manage data governance effectively.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Pre Go-Live & Checklists" icon="clipboard-list">
    Review the necessary steps and checklists to ensure your API integration is ready for production.
  </Card>

  <Card title="Post Go-Live" icon="tachometer-alt">
    Understand ongoing responsibilities and best practices after going live with Edge.
  </Card>
</CardGroup>

## Edge Products

Explore the range of products available through Edge, including KYC and Collections, to enhance your integration.

<CardGroup cols={2}>
  <Card title="KYC" icon="id-card">
    Implement KYC processes seamlessly using Edge’s APIs to ensure regulatory compliance and customer verification.
  </Card>

  <Card title="Collections" icon="money-bill-wave">
    Utilize Edge’s APIs for efficient and secure collections, automating the payment process for your business.
  </Card>
</CardGroup>

***

### Important Details to Remember

* **API Usage:** Familiarize yourself with how to use your API credentials to make authenticated requests.
* **Compliance:** Ensure your use of the API complies with our guidelines and terms of service to prevent any interruptions or restrictions.

#### Summary

Setting up your EDGE API access involves a clear process from account registration to obtaining your API credentials. By following these steps and utilizing the resources provided, you will be well-prepared to integrate and utilize the EDGE API effectively in your applications.
