Skip to main content
GET
Accept a connection request

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Header

Authorization
string
erforderlich

Bearer Token

Pfadparameter

connection_request_uuid
string<uuid>
erforderlich

UUID of the incoming connection request (found in connection.incomingConnectionRequest.id)

Antwort

OK

id
string<uuid>

UUID of this connection

type
string
Standard:account-connection
connectedPerson
object

The other person in this connection

permittedScopes
object

Scopes you have granted to the connected person (granted or declined)

accessibleScopes
object

Scopes you have requested from the connected person (requested, granted, or declined)

hasIncomingRequest
boolean

Whether there is a pending incoming connection request from this person

hasOutgoingRequest
boolean

Whether there is a pending outgoing connection request to this person

grantedScopesSummary
object

Human-readable summary of the current granted scopes

accountConnection
object

Internal connection record reference

incomingConnectionRequest
object
outgoingConnectionRequest
object
isNewConnection
boolean

Whether this connection was just created