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

# Verify Company TIN

> This endpoint enables you to verify a company's Tax Identification Number (TIN).

# Verify Company TIN

Use this endpoint to validate a company's Tax Identification Number (TIN) for authenticity.

***

## Request Parameters

<ParamField header="requestId" type="string" required>
  A unique identifier for the request, used for idempotency.\
  **Example:** `e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9`
</ParamField>

<ParamField body="number" type="string" required>
  The company's Tax Identification Number (TIN).\
  **Example:** `123456789`
</ParamField>

<ParamField body="channel" type="string" required>
  The channel used for the TIN verification request.\
  **Example:** `Web`
</ParamField>

<ResponseExample>
  ```json
  {
  	"statusCode": 00,
  	"message": "Completed successfully"
  	"data": {},
  	"errors": []
  }
  ```
</ResponseExample>
