# Get current user's phone numbers Retrieve all phone numbers associated with the current user. This endpoint returns a list of phone numbers linked to the authenticated user, including verification status and timestamps. The response includes metadata such as verification status and timestamps for creation and last update. Use this endpoint to display or manage the user's registered phone numbers in your application. Endpoint: GET /resources/users/phone-numbers/v1/me Security: bearer ## Header parameters: - `frontegg-tenant-id` (string) The tenant identifier. Required for requests to api.frontegg.com (or your region) when using a management token. Parsed from the token when using user or API tokens - `frontegg-user-id` (string, required) The user id ## Response 200 fields (application/json): - `id` (string, required) - `userId` (string, required) - `phoneNumber` (string, required) - `verified` (boolean, required) - `createdAt` (string, required) - `updatedAt` (string, required)