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/
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

API endpoint to get custom domains (public, no authentication or permission checks)

curl -i -X GET \
  https://docs.ibl.ai/_mock/apis/ibl/api/custom-domains/

Responses

No response body

Request

API endpoint to hard delete a custom domain

Security
PlatformApiKeyAuthentication
Path
domain_idintegerrequired
curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/custom-domains/{domain_id}/delete/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

custom_domains_deleted_status_create

Request

API endpoint to update the is_deleted status of a custom domain

Security
PlatformApiKeyAuthentication
Path
domain_idintegerrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/custom-domains/{domain_id}/deleted-status/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

Request

API endpoint to update custom domain SPA type

Security
PlatformApiKeyAuthentication
Path
domain_idintegerrequired
curl -i -X PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/custom-domains/{domain_id}/status/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

custom_domains_by_name_status_update

Request

API endpoint to update custom domain SPA type by domain name

Security
PlatformApiKeyAuthentication
Path
domain_namestringrequired
curl -i -X PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/custom-domains/by-name/{domain_name}/status/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

Request

API endpoint to create a custom domain

Security
PlatformApiKeyAuthentication
curl -i -X POST \
  https://docs.ibl.ai/_mock/apis/ibl/api/custom-domains/create/ \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations