Get KYC form
Authorizations
Path parameters
kycFormIdstring · uuidRequired
Responses
200
OK
application/json
404
Resource not found
application/json
get
GET /kyc-forms/{kycFormId} HTTP/1.1
Host:
Authorization: Bearer jwt
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"scope": "number",
"countryCode": "text",
"conditions": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"status": "draft",
"defaultLocale": [
"en",
"pt-BR"
],
"questions": [
{
"locale": "text",
"questions": [
{
"type": "stringArray",
"key": "text",
"description": "text",
"placeholder": "text",
"displayName": "text",
"required": true,
"format": "none",
"conditions": [
{
"key": "text",
"value": "text"
}
],
"options": [
{
"key": "text",
"value": "text"
}
],
"timezone": "text"
}
]
}
],
"createdAt": "2025-06-22T18:49:30.781Z",
"updatedAt": "2025-06-22T18:49:30.781Z"
}
Last updated
Was this helpful?