> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Client

Get information about a specific client.

## Parameters

<div className="integrations-table">
  | Parameter | Description                    |
  | --------- | ------------------------------ |
  | Client ID | The ID of the required client. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-client-with-entrust-certificate-services-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-client-with-entrust-certificate-services-and-send-results-via-email/canvas" />
</div>
