post
POST /api/v1/onboarding/EmailInfo/SendOtp HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content

get
GET /api/v1/onboarding/EmailInfo/GetVerifiedEmails HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "email": "text",
    "isDefault": true
  }
]
post
POST /api/v1/onboarding/EmailInfo/Approve HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content

post
POST /api/v1/onboarding/EmailInfo HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "email": "text"
}

No content

post
POST /api/v1/onboarding/EmailInfo/ValidateOtp HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 14

{
  "otp": "text"
}

No content

post
POST /api/v1/onboarding/EmailInfo/SetDefault HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "email": "text"
}

No content