Read an identifier by ID
Read details of a specific identifier identified by its unique ID.
Path parameters
-
A unique identifier for the identifier within 24SevenOffice.
GET
/me/identifiers/{id}
curl \
-X GET https://rest.api.24sevenoffice.com/v1/me/identifiers/{id} \
-H "Authorization: string"
Response examples (200)
{
"id": "123e4567-e89b-12d3-a456-426614174002",
"type": "Email",
"value": "john.doe@example.com",
"status": "Confirmed"
}