Authentication
Interaction with our APIs can be done in two modes which are test or live mode.
curl --location --request POST '{baseUrl}/developer/upload/entity' \
--header 'Content-Type: application/x-zip-compressed' \
--header 'Authorization: bearer_token'{
"ResponseCode": "00",
"ResponseMessage": "Successful",
"Data": null
}{
"ResponseCode": "01",
"ResponseMessage": "Invalid Secret Key",
"Data": null
}Last updated