Director Profile

post

Get details of an individual company director appointment

Authorizations
Body
enterprise_numberstringOptional

Company registration number. format: 2060/119044/01

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/directorprofile HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 43

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