Director Verification

post

Get details of an individual company director appointment by identity number

Authorizations
Body
identity_numberstringOptional

Director's identity number

consentbooleanOptional

By using this API, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service. If you have any questions or concerns, please contact us

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

{
  "identity_number": "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"
        }
      ]
    }
  ]
}