Retrieve connection
GET/unified/connection/{id}
Parameters
idstring required
ID of the Connection
Returns
A connection represents a specific authentication of an integration.
idstring read-only
Unique identifier for this integration object
created_atdate read-only
The date that this integration object was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
updated_atdate read-only
The last date that this integration object was updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
workspace_idstring read-only
(reference to KmsSpace)
integration_typestring required
The integration type
integration_namestring
external_xrefstring
customer's user ID
permissions enum array required
categories enum array required
The Integration categories that this connection supports
authobject
An authentication object that represents a specific authorized user's connection to an integration.
is_pausedboolean read-only
Whether this integration has exceed the monthly limit of the plan
environmentstring
last_healthy_atdate read-only
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
last_unhealthy_atdate read-only
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
secretsmanager_idstring
the ID of the SecretsManager object
secretsmanager_keystring
the key/path/name of the secret within the vault
const options = {
method: 'GET',
url: 'https://api.unified.to/unified/connection/5de520f96e439b002043d8d8',
headers: {
authorization: 'bearer .....'
},
};
const results = await axios.request(options); Are we missing anything? Let us know