| GET | /api/v1/verifyemail |
|---|
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using ServiceStack;
using ServiceStack.DataAnnotations;
using MigrantLeap.Auth.v1.Models;
namespace MigrantLeap.Auth.v1.Models
{
public partial class ConfirmEmailHtml
{
public virtual string Email { get; set; }
public virtual string Token { get; set; }
public virtual string Sid { get; set; }
}
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /api/v1/verifyemail HTTP/1.1 Host: auth.migrantleap.com Accept: application/xml