SDigital2SDigital2

Onboarding

Get your API key and set up authentication with the SDigital2 API

API Key Provision

To get started with the SDigital2 API, you'll need an API key. The SDigital2 team will provide you with your unique API key during the onboarding process.

Requesting an API Key

To request an API key:

  1. Contact the SDigital2 team for API access
  2. The team will create your organization account and generate your API key
  3. You'll receive your API key securely via your preferred communication channel

The SDigital2 team currently handles all API key generation and organization setup.

Security Best Practices

Important Security Notes:

  • Keep your API key secure and never expose it in client-side code
  • Contact the SDigital2 team immediately if you suspect your API key has been compromised

Authentication

All API requests must include your API key in the Authorization header using Bearer token authentication.

Authentication Header

Authorization: Bearer YOUR_API_KEY_HERE

Example Request

curl -X GET "https://api.sdigital2.com/v1/customers" \
  -H "Authorization: Bearer prd:JEIIal-UwslrIHpI7_LQiorii3gkr-25syN1_ca_p-c" \
  -H "Content-Type: application/json"

API Endpoints

Base URLs

The SDigital2 API is available at different endpoints depending on your environment:

  • Sandbox: https://api.sandbox.sdigital2.com
  • Production: https://api.sdigital2.com

Testing Your Setup

Once you have your API key, test your authentication by making a simple API call:

Next Steps

Now that you have your API key set up:

  1. Learn the Core Concepts - Understand customers, bank accounts, transactions, and withdrawals
  2. Explore Integration Flows - See complete implementation examples
  3. Review the API Reference - Check detailed endpoint documentation