{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions tickets API", "version": "1.0.0" }, "items": [ { "info": { "name": "tickets", "type": "folder" }, "items": [ { "info": { "name": "Create an Email Verification Ticket", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/tickets/email-verification", "body": { "type": "json", "data": "{}" } }, "docs": "Create an email verification ticket for a given user. An email verification ticket is a generated URL that the user can consume to verify their email address.\n" }, { "info": { "name": "Create a Password Change Ticket", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/tickets/password-change", "body": { "type": "json", "data": "{}" } }, "docs": "Create a password change ticket for a given user. A password change ticket is a generated URL that the user can consume to start a reset password flow.\n\nNote: This endpoint does not verify the given user’s identity. If you call this endpoint within your application, you must design your application to verify the user’s identity.\n" } ] } ], "bundled": true }