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
Key | Datatype | Required | Description |
---|---|---|---|
format | string | Enter the file format for exporting the taxonomy. The default format is JSON. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of the stack. | |
authtoken | string | Enter your authtoken. | |
authorization | string | For this call we recommend you to use management token. | |
Content-Type | string |