Complete Dynamic Registration Process
Complete the dyanmic registration process.
API Authentication Method | Supported |
---|---|
LTIK-AUTH-V2 | |
SERVICE-AUTH-V1 | |
Bearer | ✅ |
Path Parameters
The ID of the dynamic registration
Request Body
All parameters are optional
- Array [
- ]
messages object[]
- 200
- 401
Schema
An HTML snipit that needs to be appended to the document body.
The ID of the newly registered platform
{
"html": "string",
"platformId": "string"
}
{
"html": "<script>(window.opener || window.parent).postMessage({subject:'org.imsglobal.lti.close'}, '*');</script>",
"platformId": "A2F48n9Ss8Hjpw4gjo0"
}
Unauthorized. Please check our guide on Authenticating API requests to learn about how authentication works in the LTIAAS API.
Schema
Default value: 401
Default value: Unauthorized
details object
Default value: INVALID_LTIK_AUTH_AUTHORIZATION_HEADER
{
"status": 401,
"error": "Unauthorized",
"details": {
"message": "INVALID_LTIK_AUTH_AUTHORIZATION_HEADER",
"description": "Invalid API key"
}
}
{
"status": 401,
"error": "Unauthorized",
"details": {
"message": "INVALID_LTIK_AUTH_AUTHORIZATION_HEADER",
"description": "Invalid API key"
}
}