Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@snw7 snw7 released this 08 Jun 15:43
b6748b4

This release contains the first version.

This is a lightweight API that allows communication between iOS devices and a remote server. It relies on OTP authentication. Each token is valid for 30s.

By triggering a shortcut on an iOS device, the user can initiate an authenticated API request to a remote server. The server can perform a user-defined task and then respond to the client.

For example the action button on an Apple Watch or iPhone can be configured to execute this shortcut.

The API endpoint supports connections with and without SSL. All requests are sent as POST requests with bearer authentication.