components
Find component by ID
Returns a component with given ID
get/components/{id}
Path parameters
idstring required
ID of component to return
Response
successful operation
Example response
{
"data": {
"name": "My Component",
"description": "My Component",
"access": "private",
"distribution": {
"type": "docker",
"image": "openintegrationhub/email",
"registrySecretId": "5b62c919fd98ea00112d52e7"
}
}
}