Hello anonymous user and welcome to Microsoft Q&A. You can find the details for this call at:
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/pipeline/create-pipeline-run
POST https://{workspaceName}.dev.azuresynapse.net/pipelines/{pipelineName}/createRun?api-version=2020-12-01
The authentication can be done different ways. If you use Managed Identity , the Resource : https://management.azure.com/
. You may need to grand the Data Factory RBAC roles on itself or the resource group. It will need the Microsoft.DataFactory/factories/pipelines/createrun/action
ability. The role Data Factory Contributor
has this, but is overkill.