Skip to content

API Reference

SSO

Mint one-time launch tokens so an LMS can open GroutApp/GroutCode already signed in. Guide: SSO Launch.

post/sso/tokens

Mint a one-time launch token for a student/faculty member

Scope sso:write

Body

  • emailstring
  • appgroutapp|groutcode|groutfilm
  • redirectstring
  • ttl_secondsinteger (≤300)
cURL
curl -X POST "https://serverless.grout.app/v1/sso/tokens" \
  -H "Authorization: Bearer $GROUT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email":"<email>","app":"groutapp","redirect":"<redirect>","ttl_seconds":0}'