# Read identifiers **GET /me/identifiers** Read identifiers for a profile, where identifiers, such as an email and a phone, may or may not be verified. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Query parameters - **type** (string) The type of identifiers to retrieve. - **status** (string) Status of the identifier as per communication status type. ## Responses ### 200: Success #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) The unique identifier for the identifier. - **type** (string | null) The type of the identifier. - **value** (string | null) The value of the identifier. - **status** (string) [Powered by Bump.sh](https://bump.sh)