API
identity.follow
API
identity.follow
Follows the given identity. In order for identities to be "friends", the other identity has to also follow this identity.
POST https://identity.api.rivet.gg/v1/identities/{identity_id}/follow
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/{identity_id}/follow'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
identity_idrequired
string
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/{identity_id}/follow'