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.
| Field | Type | Required | What it is |
|---|---|---|---|
| baseUrl | string | Yes | The URL of the Mastodon instance, like "https://mastodon.example.com". |
| token | string | No | An access token to act as a logged-in user. Leave this empty, if you want to perform unauthenticated requests. |