Build with TagMango
Everything you need to integrate with the TagMango platform — REST APIs, webhooks, authentication, and more.
request.sh
# Get all courses
curl -X GET \
"https://api-prod-new.tagmango.com/api/v1/external/courses" \
-H "Authorization: Bearer <token>" \
-H "x-whitelabel-host: your-host"
curl -X GET \
"https://api-prod-new.tagmango.com/api/v1/external/courses" \
-H "Authorization: Bearer <token>" \
-H "x-whitelabel-host: your-host"