Graph Reconnection Service (1.0.0)

Download OpenAPI specification:

This is a sample Reconnection Service endpoint profile based on the OpenAPI 3.0 specification.

connections

Social graph connections webhook

Get social connections for a user by their DSNPId

Returns social connections for a user

Authorizations:
api_keyconnections_auth
path Parameters
dsnpId
required
string

DSNPId of the user's social connections to return

query Parameters
object

Pagination parameters

Responses

Response samples

Content type
{
  • "dsnpId": "string",
  • "connections": {
    },
  • "graphKeyPairs": [
    ]
}

health

Check if the provider webhook is alive

Responses