White Labeling
List Credentials
API Documentation
Health
Files
Web Scrape
Data Source
SharePoint
GitHub
Chunks / Embeddings
Retrieval
White Labeling
List Credentials
POST
/
white_label
/
list
curl --request POST \
--url https://api.carbon.ai/white_label/list \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"pagination": {
"limit": 10,
"offset": 0,
"starting_id": 0
},
"order_by": "created_at",
"order_dir": "asc",
"filters": {
"ids": [],
"data_source_type": []
}
}'
"<any>"
Authorizations
Bearer <token>
, corresponds to API keys.
Body
application/json
Available options:
created_at
, data_source_type
Available options:
desc
, asc
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.carbon.ai/white_label/list \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"pagination": {
"limit": 10,
"offset": 0,
"starting_id": 0
},
"order_by": "created_at",
"order_dir": "asc",
"filters": {
"ids": [],
"data_source_type": []
}
}'
"<any>"