v1

latestOpenAPI 3.0.32026-07-17365370.0 KB
AuthService

Handle manual approval of external authorization requets

post/v1alpha1/auth/approve_token

Request body

deviceIdstring

The device id used to handle the approval requestion

sessionIdstring

The session id related to the token that needs to be approved

otpstring

The OTP sent to the device related to the request

approveboolean

The action made by the user (true: allow the token, false: deny the token)

Response

OK