Show Identity

GET {{baseUrl}}/api/v2/users/:user_id/identities/:user_identity_id

Shows the identity with the given id for a given user.

Use the first endpoint if authenticating as an agent. Use the second if authenticating as an end user. End users can only view email or phone number identity.

Allowed For

  • Agents
  • Verified end users

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"identity":{"created_at":"2012-02-12T14:25:21Z","id":77938,"primary":false,"type":"twitter","updated_at":"2012-02-12T14:25:21Z","user_id":13531,"value":"cabanaboy","verified":false}}