added

SquadCast API 2.0.1

📈

New Updates to SquadCast API 2.0

Excited to announce several new endpoints and webhook events to our SquadCast API.

The all new SquadCast API 2.0 allows you to reach new endpoints directly through our Platform and your Code/Integration. As well as a ton of new webhook events you can listen to.

New End Points

Endpoints allow you to develop your own API or Integration to interact with our SquadCast app

Organization

We have added new organization endpoints to aline up with our new features in the latest version of SquadCast v5.

You are now able to do the following:

• Get your Organization's ID: Get Organization ID

• Get your Organization's Hours Balance: Get Organization Balance

• Get all your Organization's Team Members: Get all Team Members

Shows

We have added new show endpoints to aline up with our new features in the latest version of SquadCast v5.

You are now able to do the following:

• Get all your Shows: Get all Shows

• Get a specific Show Detail: Get a Show

• Get Team Members for a Specific Show: Get Team

Sessions

We have updated and added new Session endpoints to aline up with our new features in the latest version of SquadCast v5.

You are now able to do the following:

• Get All recordings from a specific session: All Recordings from a Session

• Get a single recording from a specific session: Get a Recording from a Session

• Get Invite Links from a specific session: Get Invite Links from a Session

We have also updated the following endpoints:

• Get all Sessions: Get All Sessions

• Get a specific Session: Get a Session

• Create a specific Session: Create a Session

• Update a specific Session: Update a Session

• Delete a specific Session: Delete a Session

Webhooks

We have added new webhook endpoints to aline up with our new features in the latest version of SquadCast v5.

You are now able to do the following:

• Get all your webhooks: Get all webhooks

• Get a specific webhook: Get a Webhook

• Create a specific webhook: Create a Webhook

• Delete a specific webhook: Delete a webhook

• Update a specific webhook: Update a Webhook

Webhook Events

Webhooks are a great way to listen to and react to certain actions taken while using the SquadCast App.

We have added several new webhook events. Find more information about these webhooks here:

Webhooks Overview

These new events include the following:

Recording_Session.Started
Recording_Session.Ended
Participant.Joined
Participant.Left
Recording.Started
Recording.Stopped
Recording.Transferred
Squadshot.Taken
Show.Created
Show.Deleted
Show.Updated

Full list of webhook events can be found here: Webhook Events