Skip to main content

Get Topics By Category

Get the list of elemental topics by category.

GET/v1/elemental/type/category/{id}/topics

Properties

NameTypeRequiredDescription
idnumberID of the elemental category

Example

/v1/elemental/type/category/1/topics

CURL Example

curl -X GET "https://api-integrations.snackprompt.com/v1/elemental/type/category/{id}/topics" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"