Interest claim

post

Claim interest from the shares that are owned by the investor

Authorizations
Body
objectOptional
Responses
200

Default Response

application/json
post
/investor/interest-claim
POST /investor/interest-claim HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
{
  "status": "text",
  "message": "text"
}

Was this helpful?