Developer Console
- NeoDB is running NeoDB 0.18.2-447cb2a-20260907195302.
- By using our APIs, you agree to our Terms of Service.
- In additional to APIs below, NeoDB also supports a subset of Mastodon APIs.
Test Access Token
Click Authorize button below, input your token there to invoke APIs with your account, which is required for APIs like /api/me
Or use it in command line, like
curl -H "Authorization: Bearer YOUR_TOKEN" https://neodb.dispark.org/api/me
Webhook
When your marks, reviews, notes, collections or articles change, a JSON document with
{"version": 1, "username": ..., "changes": [{"type": "mark", "action": "update", "object": {...}}]}
is POSTed to this URL; object is the API response for the piece.
See API documentation for the JSON schema.
Leave it empty and save to remove it.
Each application can set its own webhook for your account via
PUT /api/me/webhook; this one belongs to the Dev Console token above.
Ping sends the same document with an empty changes list to every webhook of your account, from any application, so receivers can be tested.