Topics
Create a Topic
This endpoint creates a new topic in QStash.
POST
/
v1
/
topics
Request
name
string
requiredThe name of the topic Must only contain alphanumeric characters, underscores,
dashes and periods. Regex: ^[a-zA-Z0-9-_.]+$
Response
endpoints
Array<Endpoint>
requiredname
string
requiredA user given name must only contain alphanumeric, hyphen, underscore and periods.
topicId
string
requiredId for this topic
Was this page helpful?