Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Introduction

Mohamad Nour Chawich edited this page Apr 25, 2016 · 8 revisions

WikiAPI ReferenceIntroduction

Base Endpoints

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/

Interactive Documentation

Environment Docs
Production https://api.shoutit.com/docs/
Development https://dev.api.shoutit.com/docs/
  • Make sure to login first for authentication required endpoints.
  • 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

RunScope

You can log in to RunScope and debug the API requests made to RunScope urls.

Notes

  • 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/json set in their header, unless specified otherwise.

Clone this wiki locally