How to retrieve genre list?

To retrieve a full list of genres:

curl --location --request GET 'https://content.allrites.com/api/ritestream/genres' \
--header 'api-token: your token'

To get the API token, refer to this page "Where can I get the API token?"

Last updated

Was this helpful?