API Reference
OIDC
Platform

Lti Platforms

AdminUpdated Sep 11, 2026

Lti Platforms

Backend API — secret key (Authorization: Bearer sk_…).

5 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.

Method & path

Scope

Idem

Explanation

GET /v1/lti_platforms

lti:read

List the LTI 1.3 platform registrations allowed to launch this instance.

GET /v1/lti_platforms/:id

lti:read

Fetch one LTI 1.3 platform registration.

POST /v1/lti_platforms

lti:write

Register an LTI 1.3 platform (issuer, client_id, auth_login_url, jwks_uri, deployment_ids). https URLs required; a duplicate (issuer, client_id) is a 409.

PATCH /v1/lti_platforms/:id

lti:write

Update an LTI 1.3 platform registration (URLs, deployment ids, org link).

DELETE /v1/lti_platforms/:id

lti:write

Remove an LTI 1.3 platform registration.

Was this page helpful?