truemail-rb / truemail-rack-docker-image

Truemail rack docker image :whale:
https://truemail-rb.org/truemail-rack-docker-image
MIT License
26 stars 8 forks source link

[QUESTION] Where to find access token for truemail-rack-docker-image? #87

Closed meharwaheed closed 9 months ago

meharwaheed commented 9 months ago

Hello Team,

I've been using the Truemail Docker image to validate emails. However, I'm encountering an issue with locating the access token. I attempted to log in to the Truemail developer portal, but they informed me that Truemail services had been discontinued.

Could you please assist me? Is there a way to run this Docker image with some form of access token?

Thank you

bestwebua commented 9 months ago

@meharwaheed Hello! All projects under truemail-rb are open-source project, that no relation to other paid products in the internet. Please take a look here: https://truemail-rb.org

P.S.: In context of truemail-rack, ACCESS_TOKENS can include any value you want.

meharwaheed commented 9 months ago

Thank You for your answer, I'm still facing the error {"error":"invalid truemail access token"} when i run docker image Screenshot from 2024-01-31 17-04-19

bestwebua commented 9 months ago

Here is examples of usage: https://truemail-rb.org/truemail-rack/#/endpoints?id=validationverification-email

curl -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: a262d915-15bc-417c-afeb-842c63b54154" http://localhost:9292/?email=test@gmail.com

Authorization header in your request should be the same as you use in ACCESS_TOKENS var.