Steady
Automated workflow integration for Runsteady services
No API documented yet. Know where the docs live? Propose the links above.
Actions (13)
Posts · 4
- Create audio postPOST /api/v1/posts/audio_posts
Creates a new audio post via the API.
documented - Delete audio postDELETE /api/v1/posts/audio_posts/{post_id}
Deletes an audio post created via the API.
documented - List plans for access controlGET /api/v1/posts/plans_for_access_control
Returns a list of all plans of a publication for access control (used with posts).
documented - Update audio postPUT /api/v1/posts/audio_posts/{post_id}
Updates an audio post created via the API.
documented
Subscriptions · 4
- Cancel subscriptionPOST /api/v1/subscriptions/{subscription_id}/cancel
Cancels a subscription at the end of the current term.
documented - Get current subscriptionGET /api/v1/subscriptions/me
Returns the subscription for the authenticated user.
documented - List inactive subscriptionsGET /api/v1/subscriptions/inactive
Returns subscriptions that no longer have access to the publication.
documented - List subscriptionsGET /api/v1/subscriptions
Returns all subscriptions for the publication.
documented