Revenue

post
Required scopes
This endpoint requires the following scopes:
  • : Operations that allows interactions with Insyts services
Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:
Body
clientIdstringOptional

Client ID

userIdstringOptional

User ID

providerAccountIdstringOptional

Provide account ID

consentbooleanOptional

Agree to Terms of Use agreement

Responses
200Success
application/json
post
/insyts/revenue
POST /insyts/revenue 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"
}