GET
/
v1
/
kyb
/
access-token
/
{companyId}
curl --request GET \
  --url https://client-api.dev.finhost.io/v1/kyb/access-token/{companyId} \
  --header 'Authorization: Bearer <token>'
{
  "token": "_act-b8ebfb63-5f24-4b89-9c08-5bbabeec986e",
  "userId": "73f86631-3aa8-4df3-a769-ed820761da8c"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

companyId
string
required

Company ID

Response

200 - application/json
200 response

The response is of type object.