API Reference
OIDC
Platform

Lti Platforms

AdminUpdated Sep 11, 2026

Lti Platforms

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

4 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/lti_platforms

List the registered LTI 1.3 platforms (issuer, client_id, jwks_uri, deployment_ids).

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/lti_platforms

Register an LTI 1.3 platform. (issuer, client_id) is unique per instance.

PATCH /v1/dashboard/accounts/:accountId/instances/:instanceId/lti_platforms/:platformId

Update an LTI platform’s endpoints, deployment_ids, or organization binding.

DELETE /v1/dashboard/accounts/:accountId/instances/:instanceId/lti_platforms/:platformId

Delete an LTI platform registration. Future launches from it are refused.

Was this page helpful?