Mastodon

A micro blogging service with many self-hosted, multi-user instances. Mastodon instances can be part of the Fediverse through the protocol ActivityPub. The API of Mastodon is documented here: https://docs.joinmastodon.org/client/

Scripts

Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.

Resource type

mastodon — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
baseUrlstringYesThe URL of the Mastodon instance, like "https://mastodon.example.com".
tokenstringNoAn access token to act as a logged-in user. Leave this empty, if you want to perform unauthenticated requests.