Tomba CLI
Verify
Usage
tomba verify --target "<email>"bash
Example
tomba verify --target "m@wordpress.org"bash
Slack Command
/checker m@wordpress.orgbash
HTTP call
curl --request POST \ --url 'http://127.0.0.1:3001/verify' \ --header 'Content-Type: multipart/form-data' \ --form email=m@wordpress.orgbash
curl --request POST \ --url 'http://127.0.0.1:3001/verify' \ --header 'Content-Type: application/json' \ --data '{ "email": "m@wordpress.org" }'bash