Skip to main content

Get all email aliases

GET 

/olky_alias/email/

Get all email aliases

Request

Responses

List every AliasEmail, if it empty, there is no AliasEmail in the database

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...