How to retrieve metadata from my inventory?
curl --location --request GET 'https://content.allrites.com/api/ritestream/metadata?type=json&month=july%202021&page=-1' \
--header 'api-token: your token'curl --location --request GET 'https://content.allrites.com/api/ritestream/genres?month=January%202022' \
--header 'api-token: your token'curl --location --request GET 'https://content.allrites.com/api/ritestream/categories?month=January%202022' \
--header 'api-token: your token'
Last updated
Was this helpful?