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

credentials

Operations

features

Operations

media

Operations

notifications

Operations

notification_v1_orgs_users_send_notification_create

Request

Save a user's device token

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
Bodyrequired
titlestring
messagestring
topicstring
notification_typestring
channelstring(ChannelEnum)required
  • email - email
  • push_notification - push_notification
  • email & push_notification - email & push_notification
Enum"email""push_notification""email & push_notification"
studentsArray of strings
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/notification/v1/orgs/{org}/users/{user_id}/send-notification/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "title": "string",
    "message": "string",
    "topic": "string",
    "notification_type": "string",
    "channel": "email",
    "students": [
      "string"
    ]
  }'

Responses

Bodyapplication/json
titlestring
messagestring
topicstring
notification_typestring
channelstring(ChannelEnum)required
  • email - email
  • push_notification - push_notification
  • email & push_notification - email & push_notification
Enum"email""push_notification""email & push_notification"
studentsArray of strings
Response
application/json
{ "title": "string", "message": "string", "topic": "string", "notification_type": "string", "channel": "email", "students": [ "string" ] }

notification_v1_orgs_campaigns_enable_create

Request

Re-enable campaigns for a user

Security
PlatformApiKeyAuthentication
Path
platform_keystringrequired
Body
campaign_idinteger
campaign_titlestring
emailstring(email)
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/notification/v1/orgs/{platform_key}/campaigns/enable/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "campaign_id": 0,
    "campaign_title": "string",
    "email": "user@example.com"
  }'

Responses

Bodyapplication/json
successboolean
messagestring
Response
application/json
{ "success": true, "message": "string" }

notification_v1_orgs_campaigns_exclude_create

Request

Exclude a user from specified campaigns

Security
PlatformApiKeyAuthentication
Path
platform_keystringrequired
Body
campaign_idinteger
campaign_titlestring
emailstring(email)
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/notification/v1/orgs/{platform_key}/campaigns/exclude/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "campaign_id": 0,
    "campaign_title": "string",
    "email": "user@example.com"
  }'

Responses

Bodyapplication/json
successboolean
messagestring
Response
application/json
{ "success": true, "message": "string" }

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations