Skip to content

ibl-data-manager (4.84.1-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

analytics

Operations

career

Operations

catalog

Operations

core

Operations

core_users_platforms_create

Request

Explicitly link platform to user_id

Params: user_id platform_key added_on (optional) expired_on (optional) is_admin (optional) active (optional)

Security
PlatformApiKeyAuthentication
Bodyrequired
user_idintegerrequired
platform_keystringrequired
added_onstring(date-time)
expired_onstring(date-time)
is_adminboolean
activeboolean
curl -i -X POST \
  https://docs.ibl.ai/_mock/apis/ibl/api/core/users/platforms/ \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "user_id": 0,
    "platform_key": "string",
    "added_on": "2019-08-24T14:15:22Z",
    "expired_on": "2019-08-24T14:15:22Z",
    "is_admin": true,
    "active": true
  }'

Responses

No response body

core_users_platforms_config_retrieve

Request

Get platform self-linking configuration

Params: platform_key: The key of the platform to get configuration for

Security
PlatformApiKeyAuthentication
Query
platform_keystringnon-emptyrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/core/users/platforms/config/?platform_key=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
platform_keystringread-onlyrequired
platform_namestringread-onlyrequired
allow_self_linkingboolean

Whether users can self-link to this platform

createdstring(date-time)read-onlyrequired
modifiedstring(date-time)read-onlyrequired
Response
application/json
{ "platform_key": "string", "platform_name": "string", "allow_self_linking": true, "created": "2019-08-24T14:15:22Z", "modified": "2019-08-24T14:15:22Z" }

core_users_platforms_config_create

Request

Set platform self-linking configuration

Params: platform_key: The key of the platform to configure allow_self_linking: Whether to allow self-linking for this platform

Security
PlatformApiKeyAuthentication
Bodyrequired
platform_keystringrequired
allow_self_linkingbooleanrequired
curl -i -X POST \
  https://docs.ibl.ai/_mock/apis/ibl/api/core/users/platforms/config/ \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "platform_key": "string",
    "allow_self_linking": true
  }'

Responses

Bodyapplication/json
platform_keystringread-onlyrequired
platform_namestringread-onlyrequired
allow_self_linkingboolean

Whether users can self-link to this platform

createdstring(date-time)read-onlyrequired
modifiedstring(date-time)read-onlyrequired
Response
application/json
{ "platform_key": "string", "platform_name": "string", "allow_self_linking": true, "created": "2019-08-24T14:15:22Z", "modified": "2019-08-24T14:15:22Z" }

credentials

Operations

custom-domains

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations