Get Connection
Get connection status, i.e. check if the calling user is connected to the specified user.
Path parameters
userIdstringRequired
user Id
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
OK
application/json
Connection status between two users
userIdinteger · int64OptionalExample:
user id
769658112378statusstring · enumOptionalExample:
Connection status between the requesting user and the request sender
ACCEPTEDPossible values: firstRequestedAtinteger · int64OptionalExample:
unix timestamp when the first request was made
1470018073812updatedAtinteger · int64OptionalExample:
unix timestamp on the last updated date
1471018076255requestCounterinteger · int32OptionalExample:
number of requests made
1400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
404
Not Found: Connection cannot be found.
application/json
500
Server error, see response body for further details.
application/json
get
/v1/connection/user/{userId}/info
📘 Note
📘 404 Not Found
📘 Internal Connections
Connection Status
Last updated
Was this helpful?