I setup passwordless via email for an app and can run the “try” option no problem. However when I move to Postman and do an api call based on the template in the postman collection, I;m getting
{
“error”: “server_error”,
“error_description”: “undefined”
}
I’m assuming there is no authentication in the header as per the docs: https://auth0.com/docs/api/authentication#get-code-or-link
I’m sending
client_id {{auth0_client_id}}
connection email
email phoebe@horsetech.ie
send link
Not sure where to go from here…