curl --request GET \
--url https://api.questra.ai/export/formats \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"formats": [
{
"name": "<string>",
"provider": "<string>",
"logoUrl": "<string>"
}
]
}curl --request GET \
--url https://api.questra.ai/export/formats \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"formats": [
{
"name": "<string>",
"provider": "<string>",
"logoUrl": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A list of the supported formats
Show child attributes