Connector
Retrieve connector
Get a connector object.
get/api/v1/connectors/{connectorID}
Path parameters
connectorIDinteger required
A unique integer value identifying this connector.
Response
OK
Example response
{
"id": 1500,
"name": "MyQ Connector",
"url": "https://example.rossum.app/api/v1/connectors/1500",
"queues": [
"https://example.rossum.app/api/v1/queues/8199"
],
"service_url": "https://myq.east-west-trading.com",
"params": "strict=true",
"client_ssl_certificate": "-----BEGIN CERTIFICATE-----\n...",
"authorization_type": "secret_key",
"authorization_token": "wuNg0OenyaeK4eenOovi7aiF",
"asynchronous": true,
"metadata": {
"some_key": "some_value"
},
"modified_by": "https://example.rossum.app/api/v1/users/10775",
"modified_at": "2021-04-26T10:08:03.856648Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.