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

# Alien ID

## Verify your customers' identity using their Alien Identification

Adhere's Alien Identification endpoint allows you to access accurate, verified national-level information for reliable identity confirmation.

Request Endpoint

`POST:` `{{BASE_URL}}/api/onboarding/kenya_kyc/aliend_id/`

* **Media-Type:** `application/json`

### Status Codes

* **201 Created:** The request was successful, and the customer's information is returned successfully.
* **400 Bad Request:** The request could not be completed due to invalid or missing information.

#### Payload Fields

```json theme={null}
{
    "alien_id": 100000
}
```
