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?