Introduction
Welcome to the Akowe Developer Documentation where you will learn how to integrate digital certificate issuance into your systems.
API Basics
Sample Requests
Requests and Response
{
"ResponseCode": [string], // "00" if the details provided could be processed and no error occured while processing
"ResponseMessage": [string], // Explains why status is false... Entirely informational. Please only log this but do not use for your checks
"Data": [object] // contains actionable result of processing if present
}Last updated