Configuration

API endpoints

Authentication: endpoints listed in this page require header authentication with a config token. The config token is only available in the Settings section of the console.

Configuration management

Get the domain configuration

GET https://{domain}.biapi.pro/2.0/config

Query Parameters

Response body: Key-value object

Update the domain configuration

POST https://{domain}.biapi.pro/2.0/config

Request body: Key-value object

Query Parameters

Response body: Key-value object

Configuration logs

Get the logs of configuration updates

GET https://{domain}.biapi.pro/2.0/config/logs

Query Parameters

Response body: Key-value object

Certificates management

Get a certificate

GET https://{domain}.biapi/pro.2.0/certificate/{type}

Get a certificate by type.

Path Parameters

Response body: Certificate object

Configuration keys

Data model

Certificate object

Last updated