• Resolved Krisztian Kormos

    (@darkchris)


    Dear Support,

    Is there a REST API support for this plugin?
    or is it possible to use with it?

    Thanks in advance!

    Kind regards,
    Christian

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WPFactory

    (@wpcodefactory)

    Hi @darkchris ,

    What you’d like to do?
    Maybe we could try to help you somehow

    Thread Starter Krisztian Kormos

    (@darkchris)

    Hi @wpcodefactory,

    I want similar approach like this plugin does for reset password but for e-mail ( user ) verification purpose.

    Plugin Author WPFactory

    (@wpcodefactory)

    Ok.

    I’ll take a look at it.
    If I have news about it I’ll let you know 😉

    Thread Starter Krisztian Kormos

    (@darkchris)

    @wpcodefactory

    Thanks in advance for your efforts! ✋

    Plugin Author WPFactory

    (@wpcodefactory)

    Hi @darkchris ,

    Good news.
    I’ve added a new REST API endpoint option for you. You can find it at:
    – Advanced > REST API options > Verify endpoint

    You can use it by accessing your site url appending this at the end:
    wp-json/alg_wc_ev/v1/verify

    And then you have to pass the verify_code parameter with the code in order to verify a user.

    This option is available on pro version though.
    Let me know if you try it.

    I’m closing the ticket. If you have any questions let me know 😉

    hello @wpcodefactor,

    I have the pro version of the plugin, but I have a problem when I use the endpoint to verify a user account,
    This is the answer I get in postman: “jwt_auth_bad_auth_header”, “authorization header malformed” when I send with Basic authorization, apparently it can only be done with Bearer Token but how do I get the token if I can’t login with the account because it is not verified? please help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is there a REST API support for this plugin?’ is closed to new replies.