Email
Get Email Provider
Return the active email transport for the account.
GET
Get Email Provider
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return the active email transport for the account.
curl --request GET \
--url https://api.oviond.com/v1/email/provider \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {}
}curl --request GET \
--url https://api.oviond.com/v1/email/provider \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {}
}