Get CRID
documentedRetrieve the CRID associated with a customer's account.
GET /molpro/account/cridAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://rest.click2mail.com/molpro/account/crid" \
-X GET \
-u "{{CLICK2MAIL_USERNAME}}:{{CLICK2MAIL_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"