Subscription Actions
Subscription Actions
API key authentication using Bearer token. Format: sk_live_ followed by a secure random string.
The subscription whose actions to list
Maximum number of actions to return
20Number of actions to skip for pagination
0Actions retrieved successfully
Total number of actions for the subscription
3Maximum number of actions returned
20Number of actions skipped
0Whether there are more actions available
falseUnauthorized - Invalid or missing API key
Subscription not found
API key authentication using Bearer token. Format: sk_live_ followed by a secure random string.
The subscription to add the action to
Create a new action on a subscription. The type field determines which
configuration object is required.
The action type discriminator
webhookPossible values: Action created successfully
Invalid action configuration
Unauthorized - Invalid or missing API key
Subscription not found
API key authentication using Bearer token. Format: sk_live_ followed by a secure random string.
The subscription that owns the action
The action ID
Action retrieved successfully
A subscription action resource.
The action ID
The subscription this action belongs to
The action type discriminator
Whether the action is enabled. Disabled actions are skipped during dispatch.
trueWhen the action was created
When the action was last updated
Unauthorized - Invalid or missing API key
Subscription or action not found
API key authentication using Bearer token. Format: sk_live_ followed by a secure random string.
The subscription that owns the action
The action ID to update
Update the configuration of an existing action. The action type is immutable; only the type-specific configuration can be changed.
Action updated successfully
A subscription action resource.
The action ID
The subscription this action belongs to
The action type discriminator
Whether the action is enabled. Disabled actions are skipped during dispatch.
trueWhen the action was created
When the action was last updated
Invalid action configuration
Unauthorized - Invalid or missing API key
Subscription or action not found
API key authentication using Bearer token. Format: sk_live_ followed by a secure random string.
The subscription that owns the action
The action ID to delete
Action deleted successfully
Unauthorized - Invalid or missing API key
Subscription or action not found
No content
API key authentication using Bearer token. Format: sk_live_ followed by a secure random string.
The subscription that owns the action
The action ID to pause
Action paused successfully
A subscription action resource.
The action ID
The subscription this action belongs to
The action type discriminator
Whether the action is enabled. Disabled actions are skipped during dispatch.
trueWhen the action was created
When the action was last updated
Unauthorized - Invalid or missing API key
Subscription or action not found
API key authentication using Bearer token. Format: sk_live_ followed by a secure random string.
The subscription that owns the action
The action ID to unpause
Action unpaused successfully
A subscription action resource.
The action ID
The subscription this action belongs to
The action type discriminator
Whether the action is enabled. Disabled actions are skipped during dispatch.
trueWhen the action was created
When the action was last updated
Unauthorized - Invalid or missing API key
Subscription or action not found
Last updated