Expenses

post
Authorizations
Body
clientIdstringOptional

Client ID

userIdstringOptional

User ID

providerAccountIdstringOptional

Provide account ID

consentbooleanOptional

Agree to Terms of Use agreement

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

{
  "clientId": "text",
  "userId": "text",
  "providerAccountId": "text",
  "consent": true
}
200Success
{
  "date": "text",
  "amount": "text"
}