Get Company
curl --request GET \
--url https://client-api.dev.finhost.io/v2/companies/{companyId} \
--header 'Authorization: Bearer <token>'
{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"adm": "adm:active",
"kyb": "kyb:initiated",
"name": "<string>",
"companyType": "<string>",
"position": "<string>",
"email": "<string>",
"emailVerified": true,
"phone": "<string>",
"contactName": "<string>",
"registrationNumber": "<string>",
"tradingAddress": {
"country": "<string>",
"postCode": "<string>",
"state": "<string>",
"street": "<string>",
"streetLine2": "<string>",
"town": "<string>"
},
"address": {
"country": "<string>",
"postCode": "<string>",
"state": "<string>",
"street": "<string>",
"streetLine2": "<string>",
"town": "<string>"
},
"contractId": "regularContract",
"onboardingFee": {
"status": "paid"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Company ID
OK
The response is of type object
.
curl --request GET \
--url https://client-api.dev.finhost.io/v2/companies/{companyId} \
--header 'Authorization: Bearer <token>'
{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"adm": "adm:active",
"kyb": "kyb:initiated",
"name": "<string>",
"companyType": "<string>",
"position": "<string>",
"email": "<string>",
"emailVerified": true,
"phone": "<string>",
"contactName": "<string>",
"registrationNumber": "<string>",
"tradingAddress": {
"country": "<string>",
"postCode": "<string>",
"state": "<string>",
"street": "<string>",
"streetLine2": "<string>",
"town": "<string>"
},
"address": {
"country": "<string>",
"postCode": "<string>",
"state": "<string>",
"street": "<string>",
"streetLine2": "<string>",
"town": "<string>"
},
"contractId": "regularContract",
"onboardingFee": {
"status": "paid"
}
}
Get Company
curl --request GET \
--url https://client-api.dev.finhost.io/v2/companies/{companyId} \
--header 'Authorization: Bearer <token>'
{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"adm": "adm:active",
"kyb": "kyb:initiated",
"name": "<string>",
"companyType": "<string>",
"position": "<string>",
"email": "<string>",
"emailVerified": true,
"phone": "<string>",
"contactName": "<string>",
"registrationNumber": "<string>",
"tradingAddress": {
"country": "<string>",
"postCode": "<string>",
"state": "<string>",
"street": "<string>",
"streetLine2": "<string>",
"town": "<string>"
},
"address": {
"country": "<string>",
"postCode": "<string>",
"state": "<string>",
"street": "<string>",
"streetLine2": "<string>",
"town": "<string>"
},
"contractId": "regularContract",
"onboardingFee": {
"status": "paid"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Company ID
OK
The response is of type object
.
curl --request GET \
--url https://client-api.dev.finhost.io/v2/companies/{companyId} \
--header 'Authorization: Bearer <token>'
{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"adm": "adm:active",
"kyb": "kyb:initiated",
"name": "<string>",
"companyType": "<string>",
"position": "<string>",
"email": "<string>",
"emailVerified": true,
"phone": "<string>",
"contactName": "<string>",
"registrationNumber": "<string>",
"tradingAddress": {
"country": "<string>",
"postCode": "<string>",
"state": "<string>",
"street": "<string>",
"streetLine2": "<string>",
"town": "<string>"
},
"address": {
"country": "<string>",
"postCode": "<string>",
"state": "<string>",
"street": "<string>",
"streetLine2": "<string>",
"town": "<string>"
},
"contractId": "regularContract",
"onboardingFee": {
"status": "paid"
}
}