Profile > Emails

List emails

Retrieve list of all email addresses of the current user's profile.

get/2/profile/emails

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "id": 123456,
      "email": "john.doe@infomaniak.com",
      "created_at": 1632815150,
      "type": "other"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.