Skip to main content

Verify Challenge Phrase and Generate Response Phrase (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/elements/:element_id/otpaccess

Verify the challenge phrase and generate the response phrase.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    element_id stringrequired

    ID of the element.

Body

Details of the challenge phrase and response phrase created

    challenge_phrase stringrequired

    The challenge phrase.

    id string

    The ID of the element.

    response_phrase string

    The response phrase.

Responses

Successful Operation

Schema
    challenge_phrase stringrequired

    The challenge phrase.

    id string

    The ID of the element.

    response_phrase string

    The response phrase.

Loading...