Account Details

post

Get linked account details for a user.

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/accountdetails 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
{
  "director_list": [
    {
      "identifier": 1,
      "first_names": "text",
      "surname": "text",
      "initials": "text",
      "director_status": "text",
      "role": "text",
      "member_size_interest": 1,
      "member_contribution": 1,
      "appointment_date": "text",
      "enterprise_details": [
        {
          "enterprise_number": "text",
          "enterprise_name": "text",
          "enterprise_type": "text",
          "enterprise_status": "text",
          "registration_date": "text"
        }
      ]
    }
  ]
}