Skip to main content
GET
/
kyb
/
forms
List KYB forms
curl --request GET \
  --url https://api.example.com/kyb/forms/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "company": {
      "companyName": "<string>",
      "country": "AF",
      "registrationNumber": "<string>",
      "region": "<string>",
      "type": "<string>",
      "phone": "<string>",
      "website": "<string>",
      "email": "jsmith@example.com",
      "brandNames": [],
      "activityCode": "<string>",
      "tin": "<string>",
      "operatingAddress": "<string>",
      "postalAddress": "<string>",
      "postcode": "<string>",
      "street": "<string>",
      "city": "<string>",
      "additionalInfo": {}
    },
    "meta": {
      "status": "PENDING",
      "approvalStatus": "APPROVED",
      "submissionTime": "2023-11-07T05:31:56Z",
      "soleProprietor": true
    }
  }
]

Authorizations

Authorization
string
header
required

Authentication for actions with all operations associated with KYB form.
Token obtained from KYB form token generation endpoint as tokenString value.

Response

200 - application/json
id
string
required
company
object
required
meta
object
required