# Face

Login using facial recognition, allowing users to authenticate with their face. This provides a secure, passwordless login method with strong biometric verification.


## Servers

Sandbox environment
```
https://api.sbx.transmitsecurity.io/cis
```

US production environment
```
https://api.transmitsecurity.io/cis
```

EU production environment
```
https://api.eu.transmitsecurity.io/cis
```

CA production environment
```
https://api.ca.transmitsecurity.io/cis
```

AU production environment
```
https://api.au.transmitsecurity.io/cis
```

JP production environment
```
https://api.gasne1-ts01.transmitsecurity.io/cis
```

## Security

### bearer

Type: http
Scheme: bearer
Bearer Format: JWT

### UserAccessToken

A token returned upon end-user authentication, which provides access to resources and data for the user and app for which it was generated

Type: http
Scheme: bearer
Bearer Format: JWT

### AdminAccessToken

[object Object]

Type: oauth2
Token URL: /oidc/token
Scopes:

### ClientAccessToken

[object Object]

Type: oauth2
Token URL: /oidc/token
Scopes:

### OrgAdminAccessToken

A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.

Type: oauth2
Token URL: /oidc/token
Scopes:

## Download OpenAPI description

 - [Face](https://developer.transmitsecurity.com/_bundle/openapi/user/backend-face.openapi.yaml)

 - [POST /v1/users/me/face/revoke](https://developer.transmitsecurity.com/openapi/user/backend-face.openapi/other/revokeface.md): Unregisters the face authenticator of the currently logged-in user
 - [POST /v1/users/face/revoke](https://developer.transmitsecurity.com/openapi/user/backend-face.openapi/other/revokefacemanagement.md): Unregisters a user's face authenticator. <br><br>**Required permissions**: `apps:delete`, `[appId]:delete`, `authenticators:delete`.
