Get information about a specific client.

Parameters

ParameterDescription
Client IDThe ID of the required client.

Example Output

{
	"clientId": 1,
	"clientName": "Example Company",
	"friendlyClientName": "Example Company Friendlyname",
	"verificationStatus": "APPROVED",
	"ovExpiryDate": "2025-04-10T06:11:32.223Z",
	"address": {
		"country": "CA",
		"stateOrProvince": "ON",
		"street1": "1000 Innovation Drive",
		"street2": "Suite 5",
		"city": "Ottawa",
		"zipOrPostalCode": "K2K 3E7"
	},
	"authContact": {
		"name": "John Smith",
		"position": "Software Developer",
		"phone": "555-555-5555",
		"emailAddress": "user@example.com"
	},
	"organizations": [
		{
			"name": "First Organization",
			"verificationStatus": "APPROVED"
		},
		{
			"name": "Second Organization",
			"verificationStatus": "PENDING"
		},
		{
			"name": "Third Organization",
			"verificationStatus": "EXPIRED"
		}
	],
	"evInfo": {
		"status": "APPROVED",
		"statusDate": "2025-04-10T06:11:32.223Z",
		"expiryDate": "2025-04-10T06:11:32.223Z",
		"placeOfBusiness": {
			"organization": "Example Organization",
			"address": {
				"country": "CA",
				"stateOrProvince": "ON",
				"street1": "1000 Innovation Drive",
				"street2": "Suite 5",
				"city": "Ottawa",
				"zipOrPostalCode": "K2K 3E7"
			}
		},
		"incorporation": {
			"agency": "string",
			"registrationNumber": "string",
			"date": "2025-04-10T06:11:32.223Z",
			"address": {
				"country": "CA",
				"stateOrProvince": "ON"
			}
		},
		"higherAuthority": {
			"name": "string",
			"title": "string",
			"email": "user@example.com",
			"phone": "string"
		},
		"contractSigner": {
			"name": "John Smith",
			"position": "Software Developer",
			"phone": "555-555-5555",
			"emailAddress": "user@example.com",
			"address": {
				"country": "CA",
				"stateOrProvince": "ON",
				"street1": "1000 Innovation Drive",
				"street2": "Suite 5",
				"city": "Ottawa",
				"zipOrPostalCode": "K2K 3E7"
			},
			"company": "string"
		}
	},
	"trademarkInfo": {
		"status": "APPROVED",
		"svgLogo": "QmFzZTY0IGVuY29kZWQgU1ZHIGltYWdl",
		"markType": "RegisteredMark",
		"trademarkOffice": "US",
		"registrationNumber": "3798703",
		"statuteLocalityName": "Toronto",
		"statuteStateOrProvinceName": "Ontario",
		"statuteCountryName": "CA",
		"statuteCitation": "Example12345",
		"statuteURL": "example.government.com"
	},
	"qvInfo": {
		"status": "APPROVED",
		"expiryDate": "2025-04-10T06:11:32.223Z",
		"organizationIdType": "VAT_NUMBER",
		"organizationIdNumber": "VATES-123",
		"ncaId": "ES-BE",
		"ncaName": "Bank of Spain",
		"roles": [
			"Account Information",
			"Payment Information"
		]
	},
	"smimeVerificationStatus": "APPROVED",
	"smimeExpiryDate": "2025-04-10T06:11:32.223Z"
}

Workflow Library Example

Get Client with Entrust Certificate Services and Send Results Via Email

Preview this Workflow on desktop