Skip to main content

Step 1: Create a Developer Account

To get started with Azawire’s APIs, you’ll need to create a developer account. This account will give you access to our API documentation, sandbox environment, and support resources.
  1. Visit the Azawire Developer Portal.
  2. Click on “Get Started” and fill out the interest form.
  3. Our team will review your application and provide you with access to the developer portal in less than 48 hours.

Step 2: Set Up Your Environment

To interact with our APIs, you’ll need to create an oAuth app on the dashboard. you’ll be provided with a client ID and encryption key, which you will use to sign or authenticate your API requests.

Create an OAuth App

  1. Log in to the Azawire Developer Portal.
  2. Navigate to the “Dev Space” section.
  3. Click on “New App” and fill out the required information.
  4. Once your app is created, you’ll receive a client ID and encryption key.

Generating a Public and Private Key

follow these steps to generate a public and private key pair for your application:
  1. Open your terminal or command prompt.
  2. Run the following command to generate a new RSA key pair:
    openssl genrsa -out private_key.pem 1024

Step 3: Signing you token