Skip to main content
PUT
/
v1
/
email
/
provider
Set Email Provider
curl --request PUT \
  --url https://api.oviond.com/v1/email/provider \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
provider
enum<string>
required
Available options:
oviond,
resend,
smtp

Response

200 - application/json

Provider updated

success
enum<boolean>
required
Available options:
true
data
object
required