Please see the below details:
API ENDPOINT: https://www.activingo.com/api/host-profile/{USERNAME}
METHOD: GET
Headers:
x-api-key = ACTIVINGO{[!]}@#$%^(*&^%$*)
Content-Type = application/json
Example Request (CURL): (IF TOOL POSTMAN)
API ENDPOINT: https://www.activingo.com/api/host-profile/muktiskitchen
curl -X GET \
https://www.activingo.com/api/host-profile/muktiskitchen \
-H 'Postman-Token: a59aca58-828c-441d-98ef-d069509346df' \
-H 'cache-control: no-cache' \
-H 'x-api-key: ACTIVINGO{[!]}@#$%^(*&^%$*)' \
Response JSON:
In The response you will get a userActivities Object array and you can get all
activities from it. You will get the activity name, image, amount, type etc.
BASE URL for activity image is:
https://www.activingo.com/uploads/activity/
You can append the image name to the Image Base URL and you can get Image Path.
For Example:
https://www.activingo.com/uploads/activity/90_Minutes_Online_Short_course_Authe
ntic_Indian_Vegetarian_on_Wednesday_at_12pm_Est_From_4_November_to_17_Augus
t_for_all_1630271566001_1.png
Comments
0 comments
Article is closed for comments.