Logo
AlmaConnect News Public API Documentation

AlmaNews feed


Request URL: 

GET https://karmabox.almaconnect.com/rss_feed?api_key=0f094c94085a3898&page=1&date_ranges={"created_at":{"from":"4-5-2024","to":"7-5-2024"}}


Body PARAM:

Key Datatype Required Description 
api_key
string true Almaconnect will provide this key to access the API for the
RSS feed.
page
number false displays the corresponding page data requested by the user.
One page contains only 20 posts.
date_ranges
hash false This field will filter by date of creation. The value format should be {“created_at”: {“from”: from_date, “to”: to_date}}
Date format should be dd/mm/yyyy.


HEADERS:

Key Datatype Required Description 
Accept
string true
Accept-Encoding
string true
Connection
string true


RESPONSES
1. 200 OK: Returned when the operation successfully creates an action. The response
body contains the success message.
2. 422 Forbidden: Returned when the authentication fails for the RSS feed request.
The action required is the verification of the API key used to get the RSS feed
request.
3. 400 ERROR:

Curl
curl -X GET 'https://karmabox.almaconnect.com/rss_feed?api_key=e32e&page=1&date_ranges={"created_at":{"from":"4-5-2024","to":"7-5-2024"}}?api_key=e32e&page=1&date_ranges={"created_at":{"from":"4-5-2024","to":"7-5-2024"}}' -H 'Accept: */*' -H 'Accept-Encoding: identity' -H 'Connection: keep-alive'

ENDPOINTS