Sign in

Regenerate the invite URL

documented

Regenerate the invite URL for invites.

POST /v2/communities/{community-handle}/invite_hashCommunitiesno implementation yet0 runs
No 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.tumblr.com/v2/communities/{{$community_handle}}/invite_hash" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Tumblr-API-Key: {{TUMBLR_API_KEY}}" \
  -d '{"invitee_handle": "{{$invitee_handle}}", "note": "{{$note}}"}'
Regenerate the invite URL · tumblr · OpenIntegrations