curl -XPOST https://qstash.upstash.io/v2/topics/:topicName/endpoints \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "endpoints": [ { "name": "endpoint1", "url": "https://example.com" }, { "name": "endpoint2", "url": "https://somewhere-else.com" } ] }'
Add an endpoint to a topic
Hide child attributes
Was this page helpful?