# Confirm a (userId, fingerprint) pair as a legitimate device

**POST /v1/users/{userId}/devices/{fingerprint}/confirm**



## Servers
- https://stg-api.isnotai.com
- https://stg-api-eu.isnotai.com

## Authentication methods
- bearer_auth

## Parameters

### Body: application/json (object)

- **notes** (string)

## Responses
### 200
Payload of DeviceConfirmResponse

Response body (application/json):
- **data** (object)
  - **userId** (string)
  - **deviceFingerprint** (string)
  - **confirmedAt** (string(date-time))
  - **notes** (string)

### 400
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

