Identity API PHP SDK
An identity represents a collection of user information like for example the social network profile data of a person. Each identity belongs to a user.
| Resource/URI - Common | GET | POST | PUT | DELETE |
|---|---|---|---|---|
Identities /identities.json | List all identities | – | – | – |
Identity /identities/<identity_token>.json | Read identity details | – | – | Delete identity |
Identity /identities/<identity_token>/link.json | – | – | ReLink identity | – |
Identity /identities/<identity_token>/synchronize.json | – | – | Synchronize identity | – |
Identity /identities/<identity_token>/contacts.json | Read identity contacts | – | – | – |
| Resource/URI - Provider Specific | GET | POST | PUT | DELETE |
|---|---|---|---|---|
Steam Games /identities/<identity_token>/steam/games.json | List all Steam games | – | – | – |
Facebook Posts /identities/<identity_token>/facebook/posts.json | List all Facebook posts | – | – | – |