ID Links
Revoke ID Link
Invalidate a KYC verification link
PUT
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Invalidate a KYC verification link
curl -X PUT "https://api.trusset.org/customers/api/id-links/link_abc123/revoke" \
-H "X-API-Key: trusset_abc123xy_secret..."
const response = await fetch(
'https://api.trusset.org/customers/api/id-links/link_abc123/revoke',
{
method: 'PUT',
headers: { 'X-API-Key': 'trusset_abc123xy_secret...' }
}
);
const { success } = await response.json();
{
"success": true,
"metadata": {
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2025-06-15T12:00:00.000Z"
}
}
curl -X PUT "https://api.trusset.org/customers/api/id-links/link_abc123/revoke" \
-H "X-API-Key: trusset_abc123xy_secret..."
const response = await fetch(
'https://api.trusset.org/customers/api/id-links/link_abc123/revoke',
{
method: 'PUT',
headers: { 'X-API-Key': 'trusset_abc123xy_secret...' }
}
);
const { success } = await response.json();
{
"success": true,
"metadata": {
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2025-06-15T12:00:00.000Z"
}
}
curl -X PUT "https://api.trusset.org/customers/api/id-links/link_abc123/revoke" \
-H "X-API-Key: trusset_abc123xy_secret..."
const response = await fetch(
'https://api.trusset.org/customers/api/id-links/link_abc123/revoke',
{
method: 'PUT',
headers: { 'X-API-Key': 'trusset_abc123xy_secret...' }
}
);
const { success } = await response.json();
{
"success": true,
"metadata": {
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2025-06-15T12:00:00.000Z"
}
}
