Skip to content

ibl-data-manager (3.59.0-ai-plus)

API for iblai

Download OpenAPI description
Languages
Servers
Mock server

https://docs.ibl.ai/_mock/apis/ibl/

https://base.manager.iblai.app/

ai-account

Operations

ai-analytics

Operations

ai-bot

Operations

ai-finetuning

Operations

ai-index

Operations

ai-marketing

Operations

ai-media

Operations

ai-mentor

Operations

ai-prompt

Operations

career

Operations

catalog

Operations

core

Operations

core_lti_1p3_provider_lti_keys_create

Request

Create a new LTI Provider Key

Security
PlatformApiKeyAuthentication
Bodyrequired
namestringrequired

Name of the RSA Key

platform_keystringwrite-onlyrequired

Platform Key

curl -i -X POST \
  https://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-keys/ \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string",
    "platform_key": "string"
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
namestringrequired

Name of the RSA Key

public_keystringread-onlyrequired

Public Key in PEM format

public_jwkanyread-onlyrequired

Public key in JWK format

Response
application/json
{ "id": 0, "name": "string", "public_key": "string", "public_jwk": null }

core_lti_1p3_provider_lti_keys_retrieve

Request

Get details about a specific LTI Provider Key

Security
PlatformApiKeyAuthentication
Path
idstringrequired
Query
platform_keystringnon-emptyrequired

Platform Key

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-keys/{id}/?platform_key=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
idintegerread-onlyrequired
namestringrequired

Name of the RSA Key

public_keystringread-onlyrequired

Public Key in PEM format

public_jwkanyread-onlyrequired

Public key in JWK format

Response
application/json
{ "id": 0, "name": "string", "public_key": "string", "public_jwk": null }

core_lti_1p3_provider_lti_keys_update

Request

Update an LTI Provider Key

Security
PlatformApiKeyAuthentication
Path
idstringrequired
Bodyrequired
namestringrequired

Name of the RSA Key

platform_keystringwrite-onlyrequired

Platform Key

curl -i -X PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/core/lti/1p3/provider/lti-keys/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string",
    "platform_key": "string"
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
namestringrequired

Name of the RSA Key

public_keystringread-onlyrequired

Public Key in PEM format

public_jwkanyread-onlyrequired

Public key in JWK format

Response
application/json
{ "id": 0, "name": "string", "public_key": "string", "public_jwk": null }

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations