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

scim

Operations

commerce

Operations

providers_google_pay_get_account_retrieve

Request

Google Allows us to pass an obfuscated account id to be sent to during a subscription purchase

Path
bundle_idstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/providers/google-pay/get-account/{bundle_id}'

Responses

Bodyapplication/json
account_idstring<= 255 charactersrequired
bundle_idstring<= 255 characters

The bundle id of the app

Default ""
statusstring(GooglePayAccountResponseStatusEnum)
  • ACCOUNT_ACTIVE - Account Active
  • ACCOUNT_PENDING - Account Pending
Enum"ACCOUNT_ACTIVE""ACCOUNT_PENDING"
created_onstring(date-time)read-onlyrequired
last_updatedstring(date-time)read-onlyrequired
userinteger or null[ 0 .. 2147483647 ]

edX user ID

Response
application/json
{ "account_id": "string", "bundle_id": "", "status": "ACCOUNT_ACTIVE", "created_on": "2019-08-24T14:15:22Z", "last_updated": "2019-08-24T14:15:22Z", "user": 2147483647 }

providers_google_pay_hook_create

Request

View to handle Google Pay webhooks

curl -i -X POST \
  https://docs.ibl.ai/_mock/apis/ibl/api/providers/google-pay/hook/

Responses

No response body

providers_google_pay_validate_transaction_id_create

Request

Associate a Google Pay account with a known user

Bodyrequired
google_pay_receiptstringrequired
bundle_idstring
Default "ai.ibl.mentorai"
keystring
namestring
curl -i -X POST \
  https://docs.ibl.ai/_mock/apis/ibl/api/providers/google-pay/validate-transaction-id/ \
  -H 'Content-Type: application/json' \
  -d '{
    "google_pay_receipt": "string",
    "bundle_id": "ai.ibl.mentorai",
    "key": "string",
    "name": "string"
  }'

Responses

Bodyapplication/json
successboolean
Default true
messageanyrequired
dataany
Response
application/json
{ "success": true, "message": null, "data": null }

recommendations

Operations

reports

Operations

skills

Operations