API Changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
Offering Manager API

Topics

  • Introduction

Endpoints

  • bank_accounts
    • Fetch the bank accounts of the current user GET
    • Create bank account for the current user POST
    • Update the bank account for the current user PATCH
  • businesses
    • Fetch the businesses for the current user GET
    • Create a business entry for the current user POST
    • Update the business information PATCH
  • business_owners
    • Fetch the business owners for the current business user GET
    • Create a business owner for the current business user POST
    • Fetch the business owner for the current business user based on the id GET
    • Delete the business owner for the current business user DELETE
    • Update the business owner for the current business user PATCH
  • addresses
    • Create an address for a personal investor POST
    • Update the address for a personal investor PATCH
    • Fetch the address of the business GET
    • Create an address entry for the business POST
    • Update the address for the business PATCH
    • Fetch the address of a personal investor GET
  • config
    • Fetch the configuration data GET
  • custody
    • Assets GET
    • User account holders GET
    • User account holder POST
    • User account holder GET
    • User accounts GET
    • User account POST
    • User account GET
    • Account balance GET
    • Account transactions GET
    • Transaction POST
    • Account transaction with specific ID GET
    • Withdrawable balance GET
    • Estimated fee GET
    • Balances GET
  • files
    • Add a file attachment to the identity POST
    • Fetch the list of the identity file attachments GET
    • Add file attachment to the current business POST
    • Fetch the list of business file attachments GET
    • Delete the file attachment a business DELETE
  • identities
    • Fetch the personal identities associated with the current user GET
    • Create a personal identity for the current user POST
    • Fetch the personal identity for the current user based on the id GET
    • Delete the personal identity for the current user DELETE
    • Update the personal identity for the current user PATCH
  • identity_documents
    • Fetch the identity document associated with the kyc verification GET
    • Create an identity document for the kyc verification POST
  • identity_terms
    • Fetch the identity terms associated with the identity GET
    • Create an identity term for the identity POST
  • kyc
    • Fetch the status of the KYC flow of a personal investor GET
    • Start the IDnow video identification session POST
    • Fetch the IDnow video identification session data GET
    • GET /users/{user_id}/kyc/identities/{identity_id}/kyc_verification GET
    • POST /users/{user_id}/kyc/identities/{identity_id}/kyc_verification POST
  • legal_representatives
    • Fetch the legal representatives for a business user GET
    • Create an legal representative for the current business user POST
    • Fetch the legal representative for the current business user based on the id GET
    • Delete the legal representative for the current business user DELETE
    • Update the legal representative for the current business user PATCH
  • orders
    • Returns the orders list with a certain status received after a timestamp GET
    • Fetch the orders list of a project for the current user GET
    • Create an order for a project for the current user POST
    • Fetch an order's details GET
    • Cancel an order for a project POST
  • pep_status
    • Fetch the pep status associated with the identity GET
    • Create a PEP status for the identity POST
  • projects
    • Returns the projects list GET
    • Create a project POST
    • Fetch a project's details based on the id GET
    • Update the project information based on id PUT
    • Delete the project DELETE
    • Fetch a project's details based on the project code GET
    • Fetch a project's distribution list as a `text/csv; charset=utf-8` response GET
    • Start a background process that prepares the project for distribution POST
    • Fetch a project's prepare for distribution status based on the id GET
    • Fetch a project's statistical information based on the id GET
  • surveys
    • Fetch the surveys filled in by the current user GET
    • Create a named survey for the current user POST
  • users
    • Returns the user information based on the email address GET
    • Create a user POST
    • Delete all user's payments DELETE
    • Returns the users that have orders with a certain status in a project GET
    • Fetch the current user information GET
    • Update the current user information PUT
    • Delete a user based on id DELETE
    • Fetch the list of projects the current user has payments GET
  • payouts
    • Returns the payouts list GET
    • Fetch a project payouts's details based on the id GET
  • snapshots
    • Fetch a project's snapshots GET
    • Fetch a project snapshot details based on the id GET
  • user_payouts
    • Fetch all User Payouts for given Payout GET
    • Fetch a User Payout details based on the id GET
  • payments
    • Returns payments for specific project GET
    • Fetch the payments list of a order for the current user and project GET
    • Create an payment for an order POST
    • Fetch the payments details of an order for the user and project GET
    • Delete the payment of an order for the user and project DELETE
  • investment_terms
    • Fetch the investment terms of a project for the current user GET
    • Create investment terms for a project for the current user POST
Powered by Bump.sh
API Changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
Offering Manager API

Fetch the legal representative for the current business user based on the id

GET /users/{user_id}/kyc/legal_representatives/{id}

Fetch the legal representative for the current business user based on the id.

Path parameters

  • user_id string Required

    User id

  • id string Required

    Resource ID

Responses

  • 200

    The legal representative with the id

    Hide response attributes Show response attributes object
    • id string(uuid)
    • user_id string(uuid)
    • company_role string
    • tax_id_number string
    • first_name string
    • last_name string
    • phone_number string
    • citizenship string

      two-letter country codes in ISO 3166-1 alpha-2 format

    • country_of_birth string

      two-letter country codes in ISO 3166-1 alpha-2 format

    • date_of_birth string(datetime)
    • video_identification_completed_at string(datetime)
    • place_of_birth string
    • family_status string
    • gender string
    • not_us_income_tax boolean
    • trading_on_behalf_of_self boolean
    • title string
    • name_affix string
    • mifid_status string

      Values are skipped, passed, or failed.

    • name_at_birth string
    • second_citizenship string

      two-letter country codes in ISO 3166-1 alpha-2 format

    • country_of_taxation string

      two-letter country codes in ISO 3166-1 alpha-2 format

    • second_country_of_taxation string

      two-letter country codes in ISO 3166-1 alpha-2 format

    • second_tax_id_number string
    • share number(decimal)
    • sole_right_of_representation boolean
    • exclusively_taxable_in_country_of_taxation boolean
    • type string
    • video_identification_completed boolean
    • address object
      Hide address attributes Show address attributes object
      • id string(uuid)
      • street_additional string
      • city string
      • country string

        two-letter country codes in ISO 3166-1 alpha-2 format

      • state string
      • street string
      • number string
      • zipcode string
    • video_identifications array[object]
      Hide video_identifications attributes Show video_identifications attributes array[object]
      • id string(uuid)
      • identity_id string(uuid)
      • idnow_id string
      • redirect_url string
      • statuses array[string]
      • data object
      • url string
      • has_files boolean
      • completed boolean
      • success boolean
      • rejected boolean
      • pending boolean
      • reason string
      • identificationtime string(datetime)
      • status string
    • attachments array[object]
      Hide attachments attributes Show attachments attributes array[object]
      • id string(uuid)
      • file object
      • filename string
      • document_type string
      • document_id_number string
      • issued_at string(datetime)
      • expires_at string(datetime)
      • issuing_authority string
      • issuing_country string
      • content_type string
    • term object
      Hide term attributes Show term attributes object
      • custody_wallet_terms_acceptance boolean
      • custody_wallet_privacy_acceptance boolean
  • 401

    Authorization information is missing or invalid.

  • 404

    Resource not found.

GET /users/{user_id}/kyc/legal_representatives/{id}
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/legal_representatives/{id}
Response examples (200)
{
  "id": "string",
  "user_id": "string",
  "company_role": "string",
  "tax_id_number": "string",
  "first_name": "string",
  "last_name": "string",
  "phone_number": "string",
  "citizenship": "string",
  "country_of_birth": "string",
  "date_of_birth": "string",
  "video_identification_completed_at": "string",
  "place_of_birth": "string",
  "family_status": "string",
  "gender": "string",
  "not_us_income_tax": true,
  "trading_on_behalf_of_self": true,
  "title": "string",
  "name_affix": "string",
  "mifid_status": "skipped",
  "name_at_birth": "string",
  "second_citizenship": "string",
  "country_of_taxation": "string",
  "second_country_of_taxation": "string",
  "second_tax_id_number": "string",
  "share": 42.0,
  "sole_right_of_representation": true,
  "exclusively_taxable_in_country_of_taxation": true,
  "type": "string",
  "video_identification_completed": true,
  "address": {
    "id": "string",
    "street_additional": "string",
    "city": "string",
    "country": "string",
    "state": "string",
    "street": "string",
    "number": "string",
    "zipcode": "string"
  },
  "video_identifications": [
    {
      "id": "string",
      "identity_id": "string",
      "idnow_id": "string",
      "redirect_url": "string",
      "statuses": [
        "string"
      ],
      "data": {},
      "url": "string",
      "has_files": true,
      "completed": true,
      "success": true,
      "rejected": true,
      "pending": true,
      "reason": "string",
      "identificationtime": "string",
      "status": "string"
    }
  ],
  "attachments": [
    {
      "id": "string",
      "file": {},
      "filename": "string",
      "document_type": "string",
      "document_id_number": "string",
      "issued_at": "string",
      "expires_at": "string",
      "issuing_authority": "string",
      "issuing_country": "string",
      "content_type": "string"
    }
  ],
  "term": {
    "custody_wallet_terms_acceptance": true,
    "custody_wallet_privacy_acceptance": true
  }
}
Response examples (200)
{
  "id": "string",
  "user_id": "string",
  "company_role": "string",
  "tax_id_number": "string",
  "first_name": "string",
  "last_name": "string",
  "phone_number": "string",
  "citizenship": "string",
  "country_of_birth": "string",
  "date_of_birth": "string",
  "video_identification_completed_at": "string",
  "place_of_birth": "string",
  "family_status": "string",
  "gender": "string",
  "not_us_income_tax": true,
  "trading_on_behalf_of_self": true,
  "title": "string",
  "name_affix": "string",
  "mifid_status": "skipped",
  "name_at_birth": "string",
  "second_citizenship": "string",
  "country_of_taxation": "string",
  "second_country_of_taxation": "string",
  "second_tax_id_number": "string",
  "share": 42.0,
  "sole_right_of_representation": true,
  "exclusively_taxable_in_country_of_taxation": true,
  "type": "string",
  "video_identification_completed": true,
  "address": {
    "id": "string",
    "street_additional": "string",
    "city": "string",
    "country": "string",
    "state": "string",
    "street": "string",
    "number": "string",
    "zipcode": "string"
  },
  "video_identifications": [
    {
      "id": "string",
      "identity_id": "string",
      "idnow_id": "string",
      "redirect_url": "string",
      "statuses": [
        "string"
      ],
      "data": {},
      "url": "string",
      "has_files": true,
      "completed": true,
      "success": true,
      "rejected": true,
      "pending": true,
      "reason": "string",
      "identificationtime": "string",
      "status": "string"
    }
  ],
  "attachments": [
    {
      "id": "string",
      "file": {},
      "filename": "string",
      "document_type": "string",
      "document_id_number": "string",
      "issued_at": "string",
      "expires_at": "string",
      "issuing_authority": "string",
      "issuing_country": "string",
      "content_type": "string"
    }
  ],
  "term": {
    "custody_wallet_terms_acceptance": true,
    "custody_wallet_privacy_acceptance": true
  }
}