Get activation code
documentedGet an activation code for a sender email.
GET /senders/{email}/codeSendersno 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://api.sendpulse.com/senders/{{$email}}/code" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
# Docs: Official API docs indicate this endpoint and Bearer token auth (SendPulse). See: turn0search1, turn3search5