curl --request GET \
--url https://api.zo.computer/byok/{config_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"base_url": "<string>",
"api_key": "<string>",
"format": "openai",
"model_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Get a single BYOK configuration by ID.
curl --request GET \
--url https://api.zo.computer/byok/{config_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"base_url": "<string>",
"api_key": "<string>",
"format": "openai",
"model_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Zo API key (zo_sk_...)