Get personal connections
GET/api/v2/Connection
Returns a paginated list of the personal connections owned by the authenticated user. Only connections whose owner is the caller are returned, and credentials are never included. System callers own no personal connections, so they always receive an empty page.
Request
Query Parameters
Default value: 1
The page number to retrieve. Default is 1.
Default value: 20
Number of items per page. Maximum allowed is 1000. Default is 20.
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 400
- 401
- 403
- 500
Returns a paginated list of the user's personal connections.
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
Array [
]
items
object[]
nullable
links
object[]
nullable
The name of the connector this connection belongs to.
Possible values: [None, ApiKey, BasicAuth, BearerToken, OAuth2]
The authentication type used by the connection.
Indicates whether this is the default connection for its connector.
links
object[]
nullable
{
"items": [
{
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
],
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"connector": "string",
"connectorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"connectionType": "None",
"isDefault": true
}
],
"total": 0,
"pageSize": 0,
"page": 0,
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
Array [
]
items
object[]
nullable
links
object[]
nullable
The name of the connector this connection belongs to.
Possible values: [None, ApiKey, BasicAuth, BearerToken, OAuth2]
The authentication type used by the connection.
Indicates whether this is the default connection for its connector.
links
object[]
nullable
{
"items": [
{
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
],
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"connector": "string",
"connectorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"connectionType": "None",
"isDefault": true
}
],
"total": 0,
"pageSize": 0,
"page": 0,
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
Array [
]
items
object[]
nullable
links
object[]
nullable
The name of the connector this connection belongs to.
Possible values: [None, ApiKey, BasicAuth, BearerToken, OAuth2]
The authentication type used by the connection.
Indicates whether this is the default connection for its connector.
links
object[]
nullable
{
"items": [
{
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
],
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"connector": "string",
"connectorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"connectionType": "None",
"isDefault": true
}
],
"total": 0,
"pageSize": 0,
"page": 0,
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
]
}
If the page size exceeds 1000.
- application/json
- Schema
- Example (from schema)
Schema
errors
object
nullable
{
"message": "string",
"errors": {}
}
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error