Jump to Content
SquadCast.fm APIHomeSquadCast AppBlog
HomeDocumentationRecipesAPI ReferenceRelease Notes
HomeSquadCast AppBlogLog InSquadCast.fm API
Documentation
Log In
HomeDocumentationRecipesAPI ReferenceRelease Notes

Overview

  • Getting Started with SquadCast API
  • Release Notes
  • REST API

SquadCast App

  • Pilot Program
  • Descript Integration
  • DropBox Integration
  • Zapier Integration
  • Captivate Integration
  • SavvyCal Integration

API Guides

  • SquadCast API
  • Backwards Compatibility
  • Authentication
  • Overview

Troubleshooting

  • Troubleshooting the API

Webhooks

  • Overview
  • Events
    • Recording_Session.Created
    • Recording_Session.Deleted
    • Recording_Session.Updated
    • Recording_Session.Started
    • Recording_Session.Ended
    • Audio.Mixed
    • Audio.Mastered
    • Audio.Rendered
    • Video.Rendered
    • Participant.Joined
    • Participant.Left
    • Recording.Started
    • Recording.Stopped
    • Recording.Transferred
    • Squadshot.Taken
    • Show.Created
    • Show.Deleted
    • Show.Updated
Powered by 

Squadshot.Taken

Suggest Edits

squadshot.taken

Returns a payload with Squadshot information when a Squadshot is taken.

{
  "squadshot": "Image URL",
  "orgID": "Org ID",
  "showID": "Show ID",
  "showName": "My Amazing Show",
  "sessionID": "Session ID",
  "date" : "Date Time
}

Updated almost 3 years ago