Getting Startedv1

Quickstart

Create an application, issue a sandbox credential, and make your first request.

Updated 12/07/2026

On this page

1. Create an application

Open the developer console, select your workspace, and create an application. Choose the API products and scopes your integration requires.

2. Generate a sandbox key

Create a sandbox credential from the application. The raw secret is shown once; store it in a secure secret manager and never commit it to source control.

3. Send a sandbox request

curl
curl https://api.amakoragroup.com/v1/sandbox/health \
  -H "Authorization: Bearer <sandbox_api_key>" \
  -H "Accept: application/json"

Inspect the response, request ID, status, and latency in the application request logs.

4. Prepare for production

Complete application details, approved origins or redirect URIs, security contacts, and product readiness checks before requesting production access.

Need a hand?

Ask Nexra AI for implementation steps or error guidance.

Ask Nexra AI