SpaceDrake REST API

SpaceDrake REST API powers the SpaceDrake web and mobile apps, so anything you can do in SpaceDrake, you can do with SpaceDrake's REST API. To use this API:

Most other details are covered in the documentation for the individual endpoints:

You may use the client.call_endpoint method of our Python API bindings to call an endpoint that isn't documented here. For an example, see Upload a custom emoji.

Messages

Scheduled messages

Message reminders

Drafts

Channels

Users

Invitations

Server & organizations

Real-time events

Specialty endpoints

Since SpaceDrake is open source, you can also consult the SpaceDrake server source code as a workaround for how to do anything not documented here.