Authorizations
Supply the API Key in the HTTP-Header
The access token received from the authorization server in the OAuth 2.0 flow.
Supply the API Key in the Url-Query
Headers
The default media type is application/hal+json. Use application/json for pure data results.
application/json
, application/hal+json
, application/xml
, text/xml
, text/csv
Body
- Option 1
- Option 2
Either projectId
or resourceLevel: organization
must be present in the request body.
"some name"
Marked 'true' if the connection type is deprecated
"http_basic"
"@cognigy/basic-nodes"
The fields of the Connection. Key-Value pairs. The key should match the connection schema of the specific connection type.
{
"some-key-from-connection-schema": "x123sdfu12312"
}
24
Response
Returns Connection metadata object.
The IEntityMeta defines meta information every entity within the system has. These are dates when a resource was created and modified as well as information about the user who initially created a resource and who modified it the last time.
The key of the connection field. The key should match the connection schema of the specific connection type.
"some-key-from-connection-schema"
The value of the connection field
"x123w123"
24
Unix-timestamp
0 <= x <= 2147483647
1694518620
Unix-timestamp
0 <= x <= 2147483647
1694518620
24
24