Squadcast Docs
Api
Visit API on GitHub
Set theme to dark (⇧+D)

API

The Squadcast API provides developers the capability to extend and utilize Squadcast in conjunction with other services. Our REST API has resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL’s

Most Squadcast API’s are migrated to v3 endpoints, however certain API’s remain in the v2 endpoints and the base url’s are different for both the versions. Also, the base domains are different for customers in the US & EU Data centers.

Authentication url to get the access-token

US: https://auth.squadcast.com/oauth/access-token

EU: https://auth.eu.squadcast.com/oauth/access-token

v2 endpoint base url’s

US: https://platform-backend.squadcast.com/v2/organizations/:organizationID/

EU: https://platform-backend.eu.squadcast.com/v2/organizations/:organizationID/

v3 endpoint base url’s

US: https://api.squadcast.com/v3/

EU: https://api.eu.squadcast.com/v3/

API endpoints

For more information, please refer to the API documentation for the below resources.