Subscriptions
Create a subscription
This endpoint creates a subscriptions
POST
/
v1
/
projects
/
{projectID}
/
subscriptions
Authorizations
Authorization
string
headerrequiredPath Parameters
projectID
string
requiredProject ID
Body
application/json
alert_config
object
Alert configuration
app_id
string
Deprecated but necessary for backward compatibility
endpoint_id
string
Destination endpoint ID
filter_config
object
Filter configuration
function
string
Convoy supports mutating your request payload using a js function. Use this field
to specify a transform
function for this purpose. See this[https://docs.getconvoy.io/product-manual/subscriptions#functions] for more
name
string
Subscription Nme
rate_limit_config
object
Rate limit configuration
retry_config
object
Retry configuration
source_id
string
Source Id
Response
201 - application/json
message
string
status
boolean
data
object
Was this page helpful?