v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Access Credentials

Add License Plate to User

Add a license plate credential to a user given a specified user_id or external_id and org_id. License plate object will be passed in the body of the request as a json. We require a string of 6 alphanumeric values. The License Plate Object is returned.

post/access/v1/credentials/license_plate

Query parameters

external_idstring

A unique identifier managed externally provided by the customer.

user_idstring uuid

The unique identifier of the user managed by Verkada.

Request body

activeboolean

Bool value specifying if the license plate credential is currently active. Default value is False.

license_plate_numberstring required

The unique license plate number identifying a license plate credential for a user.

namestring

The name to be given to the license plate credential.

Response

OK

activeboolean

Bool value specifying if the license plate credential is currently active. Default value is False.

license_plate_numberstring

The unique license plate number identifying a license plate credential for a user.

namestring required

The name to be given to the license plate credential.