cURL
curl -X POST "https://api.joinformal.com/core.v1.IntegrationBIService/RefreshBIIntegrations" \ -H "X-API-KEY: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "example": "value" }'
{}
nolint
API key authentication. Get your API key from the Formal console.
The body is of type RefreshBIIntegrationsRequest · object.
RefreshBIIntegrationsRequest · object
Success
The response is of type RefreshBIIntegrationsResponse · object.
RefreshBIIntegrationsResponse · object
Was this page helpful?