Skip to main content

Get the email alias of the UUID

GET 

/sint/email/:uuid

Get the email alias of the UUID

Request

Path Parameters

    uuid stringrequired

    The UUID of the AliasEmail you want to get

Responses

Return a Mail alias

Schema
    UUID string
    Owner stringrequired

    NaturalPerson or LegalEntity UUID

    Mail stringrequired

    Mail

    Actif boolean

    Default value: true

    is Actif (default = true)

    Public boolean

    Default value: false

    is Public (default = false)

    LinkNPLE string

    NPLE link UUID

    valid booleannullable

    Default value: false

    is Valid (default = false)

Loading...