Skip to main content
A connection is a bidirectional relationship between two users that requires mutual acceptance. The connection lifecycle goes through request → accept/decline. Multiple response shapes exist depending on the context in which connections are retrieved.

EstablishedConnection

Returned in lists of confirmed connections.

PendingConnection

Returned for requests that have not yet been accepted or declined.

ConnectionStatusResponse

Returned by the connection status endpoint. The shape varies by status:

Status: none

Status: pending

Status: connected

Status: declined

Pagination

Connection list responses include a pagination object:

See Also