GET
/
v3
/
connections
curl --request GET \
  --url https://api.supermemory.ai/v3/connections \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "provider": "<string>",
    "createdAt": 123,
    "expiresAt": 123,
    "metadata": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

endUserId
string

Response

200
application/json

Connections

The response is of type object[].