Seeds
List all available seeds
Query parameters
statusstring · enumoptional
Filter by status
domainstring · hostnameoptional
Filter by seed domain i.e. example.com
offsetintegeroptional
Pagination offset
limitinteger · min: 1 · max: 100optional
Pagination limit
orderBystringoptional
Order the results by this field, in this direction
Example:
createdAt:desc
Pattern:
^[a-zA-Z0-9\_]+(:(asc|desc))?$
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Path parameters
seedIdstring · uuidrequired
Body
descriptionstringoptional
An arbitrary user provided description for the seed.
muteNotificationsUntilstring · date-timeoptional
The date until which notifications for events related to this seed will be muted. The date has to be in the future, otherwise the operation will result in an error
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
Was this helpful?