curl --request GET \
--url https://api.getgranite.ai/api/organizations/{organization_id}/automations/endpoints{
"endpoints": [
{
"endpoint_id": "<string>",
"slug": "<string>",
"method": "<string>",
"response_template": {},
"request_schema": {},
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>",
"rpa_run_id": "<string>",
"parameter_mapping": {}
}
]
}Get all custom endpoints for the organization
curl --request GET \
--url https://api.getgranite.ai/api/organizations/{organization_id}/automations/endpoints{
"endpoints": [
{
"endpoint_id": "<string>",
"slug": "<string>",
"method": "<string>",
"response_template": {},
"request_schema": {},
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>",
"rpa_run_id": "<string>",
"parameter_mapping": {}
}
]
}