Export a taxonomy

GET https://{{base_url}}/v3/taxonomies/{{taxonomy_uid}}/export

The Export a taxonomy request is used to export a specific taxonomy and its terms. The file is exported in JSON or CSV format. The exported file won’t get downloaded automatically. To download the exported file, a REST API client, such as Qodex can be used.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Export a taxonomy API Reference document

Request Params

KeyDatatypeRequiredDescription
formatstringEnter the file format for exporting the taxonomy. The default format is JSON.

HEADERS

KeyDatatypeRequiredDescription
api_keystringEnter the API key of the stack.
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
Content-Typestring