MigrantLeap.Auth

<back to all web services

ConfirmEmailHtml

The following routes are available for this service:
GET/api/v1/verifyemail
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports MigrantLeap.Auth.v1.Models

Namespace Global

    Namespace MigrantLeap.Auth.v1.Models

        Public Partial Class ConfirmEmailHtml
            Public Overridable Property Email As String
            Public Overridable Property Token As String
            Public Overridable Property Sid As String
        End Class
    End Namespace
End Namespace

VB.NET ConfirmEmailHtml DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

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: text/jsonl