# Create authentication settings

This endpoint creates authentication settings for a specific point of sale device.

Endpoint: POST /point-of-sales/{pointOfSaleId}/authentication-settings
Version: 1.0.0

## Path parameters:

  - `pointOfSaleId` (integer, required)
    The unique system identifier for the point of sale device.
    Example: 123456789

## Request fields (application/json):

  - `hmacKey` (string, required)
    The single hmac key used in association with the point of sale device to authenticate.
    Example: "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"


## Response 200 fields
