Get identifiers
GET
/me/identifiers
Get identifiers identifiers for a profile, that may or may not be verified identifiers such as email and phone.
GET /me/identifiers
curl \
-X GET https://rest.api.24sevenoffice.com/v1/me/identifiers \
-H "Authorization: string"
Response example (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
[
{
"id": "string",
"type": "string",
"value": "string",
"status": "Unconfirmed"
}
]