Features
Push Notifications
Send a push notification to all of your paired devices.
Live Activities
Start, update and end a Live Activity.
Base URL
All requests contain the following base URL:Authentication
For authentication, it’s required to include an Authorization header. The header should containBearer ask_123456789, where ask_123456789 represents your API Key.
Response codes
ActivitySmith employs conventional HTTP status codes to signify the outcome of your requests. Typically, 2xx HTTP status codes denote success, 4xx codes represent failures related to the user, and 5xx codes signal infrastructure problems.| Status | Description |
|---|---|
| 200 | Request was successful. |
| 400 | Verify the correctness of the parameters. |
| 401 | The API key is invalid or was not provided. |
| 404 | The requested resource could not be located. |
| 429 | The rate limit has been surpassed. |
| 5xx | Signifies a server error with ActivitySmith. |