Get Pre-signed URL

post
Authorizations
Body
userIdstringOptional

User ID

clientIdstringOptional

Client ID

bankNamestringOptional

Specify the name of the bank for the bank statement. Supported banks; absa, standard, nedbank, capitec, fnb and bidvest bank

Responses
200Success
application/json
post
POST /insyts/getpresignedurl HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 53

{
  "userId": "text",
  "clientId": "text",
  "bankName": "text"
}
200Success
{
  "url": "text"
}