Authentication
Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.
Parameters
check_idpath · required
No additional parameter description.
formatquery · optional
No additional parameter description.
Example request
cURL
curl --request GET \
--url 'https://api.fideralabs.com/v1/checks/{check_id}/export' \
--header 'Authorization: Bearer $FIDERA_API_KEY'Responses
200Successful Responseapplication/json
{}422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
export_check_v1_checks__check_id__export_get