---
title: "Service: /authenticators/{authenticator} [GET]"
source: https://dev.pageseeder.com/api/services/authenticator_get.html
description: "GET endpoint that retrieves a specific authenticator for the authenticated member, returning details like phone, email, or TOTP only if unverified. Available since version 6.2000."
last_updated: 2026-09-08T11:42:35+10:00
document_type: api_endpoint
operation_id: member-GET
resource_id: member
path_template: /authenticators/{authenticator}
http_method: GET
api_category: member
implementation_version: 6.2001
api_since: 6.2000
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: null
generated_at: 2026-09-02
tokens: ~210
---

# /authenticators/\{authenticator\} \[GET\]

## Description

Returns the authenticator with the specified `public-id` registered for the signed-in member.

The associated data (phone number, email, TOTP code, backup codes) is only returned if the authenticator is not verified.

## Parameters

No parameters required.

## Permission

Only the member themselves can invoke this service.

## Response

The returned XML is as follows:

```xml
   <authenticator id="[id]"
           public-id="[public id]"
                name="[name]"
                type="[type]"
              member="[member id]"
            verified="[true|false]"
             created="[created date]"
            [last-used="date last used for authentication"]
               [data="data"] />
 
```

## Error handling

No specific errors expected for this generator.

