Skip to main content
GET
/
export
/
formats
List available export formats
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Response

200 - application/json
formats
object[]
required

A list of the supported formats