Read one connection
Fetches one connection of this space by id or slug. A connection that resolves to a DIFFERENT space answers 404 — the authorization is the space in the path. An ambiguous alias answers 409 ambiguous_connection with the candidate list rather than guessing (P5-D13). Authorization: space:read; without it, 404.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
connectionId
Response
The connection.
data