Skip to main content
POST
Authenticate an asset using password authentication.

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Body

application/json
id
string
required

The id of the asset that is authenticating

password
string

Must be provided if the profile is PASSWORD. If the profile is INSECURE then it is optional and will be ignored

Response

Success. Return station security profile if applicable.

Describe the security level of an asset. Status will only be present if the profile is PASSWORD

id
string
required

The id of the asset this security profile is associated with

profile
enum<string>
required
Available options:
INSECURE
createdAt
string<date-time>
required
updatedAt
string<date-time>
required