API for iblai
- core_lti_1p3_provider_lti_tools_create
ibl-data-manager (4.84.1-ai-plus)
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-tools/
- https://base.manager.iblai.app/api/core/lti/1p3/provider/lti-tools/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-tools/?platform_key=string' \
-H 'Authorization: YOUR_API_KEY_HERE'This value will look someting like https://example.com. Value provided by Lti 1.3 Platform.
The Platforms OIDC Login endpoint. Value provided by LTI 1.3 Platform.
The Platforms OIDC Token endpoint. Value provided by LTI 1.3 Platform.
In case Platform's JWKS endpoint is not available, you can provide the JWKS here. Value provided by LTI 1.3 Platform.
List of deployment ids. Example: ["1", "deployment-2"]. Value(s) provided by LTI 1.3 Platform.
[ { "id": 0, "title": "string", "issuer": "http://example.com", "client_id": "string", "auth_login_url": "http://example.com", "auth_token_url": "http://example.com", "auth_audience": "string", "key_set_url": "http://example.com", "key_set": "", "tool_key": 0, "deployment_ids": [ … ], "launch_gate": { … } } ]
- application/json
- application/scim+json
- application/x-www-form-urlencoded
- multipart/form-data
- */*
This value will look someting like https://example.com. Value provided by Lti 1.3 Platform.
The Platforms OIDC Login endpoint. Value provided by LTI 1.3 Platform.
The Platforms OIDC Token endpoint. Value provided by LTI 1.3 Platform.
In case Platform's JWKS endpoint is not available, you can provide the JWKS here. Value provided by LTI 1.3 Platform.
List of deployment ids. Example: ["1", "deployment-2"]. Value(s) provided by LTI 1.3 Platform.
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-tools/
- https://base.manager.iblai.app/api/core/lti/1p3/provider/lti-tools/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-tools/ \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"title": "string",
"issuer": "http://example.com",
"client_id": "string",
"auth_login_url": "http://example.com",
"auth_token_url": "http://example.com",
"auth_audience": "string",
"key_set_url": "http://example.com",
"key_set": "",
"tool_key": 0,
"deployment_ids": [
"string"
],
"platform_key": "string",
"launch_gate": {
"allowed_keys": [
"string"
],
"allowed_courses": [
"string"
],
"allow_all_within_org": false
}
}'This value will look someting like https://example.com. Value provided by Lti 1.3 Platform.
The Platforms OIDC Login endpoint. Value provided by LTI 1.3 Platform.
The Platforms OIDC Token endpoint. Value provided by LTI 1.3 Platform.
In case Platform's JWKS endpoint is not available, you can provide the JWKS here. Value provided by LTI 1.3 Platform.
List of deployment ids. Example: ["1", "deployment-2"]. Value(s) provided by LTI 1.3 Platform.
{ "id": 0, "title": "string", "issuer": "http://example.com", "client_id": "string", "auth_login_url": "http://example.com", "auth_token_url": "http://example.com", "auth_audience": "string", "key_set_url": "http://example.com", "key_set": "", "tool_key": 0, "deployment_ids": [ "string" ], "launch_gate": { "allowed_keys": [ … ], "allowed_courses": [ … ], "allow_all_within_org": false } }
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-tools/{id}/
- https://base.manager.iblai.app/api/core/lti/1p3/provider/lti-tools/{id}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-tools/{id}/?platform_key=string' \
-H 'Authorization: YOUR_API_KEY_HERE'This value will look someting like https://example.com. Value provided by Lti 1.3 Platform.
The Platforms OIDC Login endpoint. Value provided by LTI 1.3 Platform.
The Platforms OIDC Token endpoint. Value provided by LTI 1.3 Platform.
In case Platform's JWKS endpoint is not available, you can provide the JWKS here. Value provided by LTI 1.3 Platform.
List of deployment ids. Example: ["1", "deployment-2"]. Value(s) provided by LTI 1.3 Platform.
{ "id": 0, "title": "string", "issuer": "http://example.com", "client_id": "string", "auth_login_url": "http://example.com", "auth_token_url": "http://example.com", "auth_audience": "string", "key_set_url": "http://example.com", "key_set": "", "tool_key": 0, "deployment_ids": [ "string" ], "launch_gate": { "allowed_keys": [ … ], "allowed_courses": [ … ], "allow_all_within_org": false } }