Skip to main content
GET
/
v2
/
partners
/
{partner_id}
/
kyb
List Verifications
curl --request GET \
  --url https://api.example.com/v2/partners/{partner_id}/kyb \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "modified_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "requested_at": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "is_verified": true,
    "verification_rating": "<string>",
    "risk_rating": "<string>",
    "error_message": "<string>",
    "object": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

partner_id
string
required

Response

Successful Response

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
status
enum<string>
required

Current status of the verification request.

Available options:
pending,
in_progress,
completed,
failed
verification_type
enum<string>
required

The type of verification performed.

Available options:
business_search,
online_presence,
lien_search,
docket_search,
comprehensive
requested_at
string<date-time>
required

When the verification was requested.

completed_at
string<date-time> | null
required

When the verification completed (success or failure).

is_verified
boolean | null
required

Overall verification result - True if business is verified, False if not, None if pending.

verification_rating
string | null
required

Verification quality rating (A, B, C, F). Null if vendor doesn't provide.

risk_rating
string | null
required

Risk assessment rating (A, B, C, F). Null if vendor doesn't provide.

error_message
string | null
required

Error message if verification failed.

object
string
required
read-only

String representing the object's type. Objects of the same type share the same value.