Getting Started With API

This page will help you get started with Web API.

<h2>1. Getting Started</h2>
<h3>Overview</h3>
<p>Welcome to our API documentation. This guide will help you get started with our API, from generating your API keys to making your first authenticated request.</p>

<p>In order to connect with our APIs, first, you will need to have a valid account in our systems. A valid account is a registered account that has been approved by our relevant stakeholders in the company.</p>

Don't you have an account yet? [Sign Up Here!](https://dashboard.okoora.com/sign-up)

After your account is being verified and approved, you need to [Login](https://dahsboard.okoora.com/login) using your email and password.

<br />

<h3>Generating API Keys</h3>
<ol>
    <li>Log in to your account.</li>

<br />

<Image align="center" className="border" width="100%" border={true} src="https://files.readme.io/c42c71d-2024-08-11_8-42-45.gif" />

<br />

<br />

<li>Navigate to the API Dashboard section and generate up to 3 different API keys.</li>

<br />

<ul>
    <li><strong>Tip:</strong> Assign meaningful names to your API keys to easily identify which system or application is using them.</li>
</ul>

<ul>
    <li>Save the generated API keys. These keys remain valid until you choose to delete them.</li>
</ul>
<ul>
    <li>Save the Account Id provided when opening the API Key Management component. This value is a static value that will be used as well as part of authenticating.</li>
</ul>

<br />

<Image align="center" width="100%" src="https://files.readme.io/db48621-2024-08-11_9-45-52.gif" />

</ol>