Logins

Resolve provisional login

post/logins/resolve

Request body

Response

OK

idinteger required

The ID of the login

created_atstring date-time required

When the login was created

updated_atstring date-time required

When the login was updated

type'api' | 'device' required

The type of the login.

namestring nullable required

The name for the login.

primaryboolean required

Whether the login is the primary login.

expireboolean required

Whether the login expires.

last_used_atstring date-time nullable required

When the login was last used.

device_brandstring nullable required

The brand of the device.

device_modelstring nullable required

The model of the device.

os_namestring nullable required

The name of the OS.

user_idinteger required

The user ID of the login

secretstring required

The secret value used for authentication. Returned when creating API logins; Returned for device logins when resolving and creating logins.

Changes

No recorded changes to this endpoint across all 1 revision of this API.