This repository was archived by the owner on Apr 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction
Mohamad Nour Chawich edited this page Apr 25, 2016
·
8 revisions
Wiki ▸ API Reference ▸ Introduction
| Environment | Base URL | RunScope (use only for API calls) |
|---|---|---|
| Production | https://api.shoutit.com/v3/ | https://api-shoutit-com-0a0k4oc93zat.runscope.net/v3/ |
| Development | https://dev.api.shoutit.com/v3/ | https://dev-api-shoutit-com-qm7w6bwy42b2.runscope.net/v3/ |
| Local | http://api.shoutit.local/v3/ |
| Environment | Docs |
|---|---|
| Production | https://api.shoutit.com/docs/ |
| Development | https://dev.api.shoutit.com/docs/ |
- Make sure to login first for
authentication requiredendpoints. - Log in using relative Shoutit account [Production account for production docs and so on] or use the demo account details
- user:
demo - email:
demo@shoutit.com - password:
demo123
- user:
You can log in to RunScope and debug the API requests made to RunScope urls.
- bucket url: https://www.runscope.com/stream/qm7w6bwy42b2
- email:
info@shoutit.com - password:
runscope
- While development it is recommended to use RunScope URLs. This will allow to debug server responses and make sure no unexpected behavior is occurring from API side.
- Use RunScope only for API calls, not to browse the admin panel site or the interactive docs.
- Make sure all calls have
Content-Type: application/jsonset in their header, unless specified otherwise.