cURL
curl --request GET \ --url https://api.example.com/api/core/use_cases/{use_case_id}/fallback_strategies \ --header 'Authorization: Bearer <token>'
{}
Endpoint to get fallback strategies for a use case.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?