Sign in

Get Session

documented

Retrieve a session by key.

GET /api/organizations/{org_id}/activity-providers/{activity_provider_id}/sessions/{session_key}Credentialsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://watershedlrs.com/api/organizations/{{$org_id}}/activity-providers/{{$activity_provider_id}}/sessions/{{$session_key}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  # Source: Watershed Credentials API documentation (Get a session) turn1view0
Get Session · Watershed · OpenIntegrations