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.- Visit the Azawire Developer Portal.
- Click on “Get Started” and fill out the interest form.
- 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
- Log in to the Azawire Developer Portal.
- Navigate to the “Dev Space” section.
- Click on “New App” and fill out the required information.
- 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:- Open your terminal or command prompt.
- Run the following command to generate a new RSA key pair: