Profile > Phones

List phones

This endpoint allows you to retrieve all the phones of the current user.

get/2/profile/phones

Response

OK

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

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "id": 2,
      "phone": "+41123456789",
      "created_at": 1632896634,
      "reminder": "true",
      "type": "phone"
    }
  ]
}

Changes

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