Skip to main content
POST
/
api
/
v2.1
/
customer
/
organization
/
registration
Register organization
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/customer/organization/registration \
  --header 'Content-Type: application/json' \
  --data '
{
  "organizationId": "<string>",
  "email": "<string>",
  "password": "<string>",
  "matchingPassword": "<string>",
  "roleIds": [
    "<string>"
  ],
  "customerCategory": {
    "id": "<string>",
    "name": "<string>"
  },
  "organizationCustomer": {
    "customerName": "<string>",
    "organization": {
      "legalName": "<string>",
      "tradingName": "<string>",
      "registrationNumber": "<string>",
      "taxId": "<string>",
      "incorporationDate": "<string>",
      "legalForm": "<string>",
      "industry": "<string>",
      "businessDescription": "<string>",
      "website": "<string>",
      "email": "<string>",
      "phone": "<string>",
      "addresses": [
        {
          "type": "<string>",
          "street": "<string>",
          "city": "<string>",
          "postalCode": "<string>",
          "country": "<string>",
          "isPrimary": true
        }
      ],
      "representatives": [
        {
          "firstName": "<string>",
          "lastName": "<string>",
          "position": "<string>",
          "email": "<string>",
          "phone": "<string>",
          "dateOfBirth": "<string>",
          "nationality": "<string>",
          "isPrimaryOwner": true,
          "ownershipShare": 123
        }
      ]
    },
    "user": {
      "username": "<string>",
      "email": "<string>",
      "password": "<string>",
      "status": "<string>",
      "roles": [
        "<string>"
      ]
    }
  }
}
'

Headers

X-Forwarded-For
string
X-Tenant-ID
string
sec-ch-ua-platform
string

Body

application/json
organizationId
string
email
string
password
string
matchingPassword
string
roleIds
string[]
customerCategory
object
organizationCustomer
object

Response

200

OK