Skip to main content

Get the email alias of the UUID

GET 

/olky_alias/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
  • Array [
  • UUID string
    Owner stringrequired

    NaturalPerson or LegalEntity UUID

    Mail stringrequired

    Mail

    Actif boolean

    is Actif (default = true)

    Public boolean

    is Public (default = false)

    LinkNPLE string

    NPLE link UUID

    valid booleannullable

    is Valid (default = false)

    uuid stringnullable
  • ]
Loading...