cURL
curl --request POST \ --url https://api.truthlocks.com/v1/attestation-packs \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "KYC Identity Verification", "description": "Know Your Customer identity proofing package", "category": "Identity", "region": "Global" } '
{ "id": "b2c3d4e5-f6a7-8901-bcde-f12345678901", "tenant_id": "t1234567-89ab-cdef-0123-456789abcdef", "name": "Custom KYC Pack", "description": "Custom identity verification bundle for our onboarding flow.", "category": "Identity", "region": "Global", "status": "draft", "is_template": false, "verifications_count": 0, "created_at": "2026-03-12T18:00:00Z", "updated_at": "2026-03-12T18:00:00Z" }
Creates a new custom verification pack for the tenant.
API key for machine-to-machine authentication
Pack created