source_definition_specification
Get specification for a SourceDefinition.
post/v1/source_definition_specifications/get
Request body
Response
Successful operation
Example response
{
"authSpecification": {
"oauth2Specification": {
"rootObject": [
"path",
1
]
}
},
"connectionSpecification": {
"user": {
"type": "string"
}
}
}