Get the model preference for a specific channel (sms or email).
cURL
curl --request GET \ --url https://api.zo.computer/models/channel/{channel_type} \ --header 'Authorization: Bearer <token>'
{ "model": "<string>" }
Zo API key (zo_sk_...)
Successful Response
The channel-specific model ID, or null if not set (falls back to persona model).