Download OpenAPI specification:
This is a sample Reconnection Service endpoint profile based on the OpenAPI 3.0 specification.
Returns social connections for a user
dsnpId required | string DSNPId of the user's social connections to return |
object Pagination parameters |
{- "dsnpId": "string",
- "connections": {
- "data": [
- {
- "dsnpId": "1024",
- "privacyType": "Public",
- "direction": "connectionTo",
- "connectionType": "Follow"
}, - {
- "dsnpId": "2048",
- "privacyType": "Private",
- "direction": "bidirectional",
- "connectionType": "Friendship"
}, - {
- "dsnpId": "3072",
- "privacyType": "Public",
- "direction": "connectionFrom",
- "connectionType": "Follow"
}
], - "pagination": {
- "pageNumber": 1,
- "pageSize": 10,
- "pageCount": 100
}
}, - "graphKeyPairs": [
- {
- "keyType": "X25519",
- "publicKey": "0xe5be9a5092b81bca64be81d212e7f2f9eba183bb7a90954f7b76361f6edb5c0a",
- "privateKey": "0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d"
}
]
}