cURL
curl --request GET \ --url https://api.dittowords.com/v2/variants \ --header 'Authorization: <api-key>'
[ { "id": "all-1", "name": "all", "description": "" }, { "id": "french", "name": "French", "description": "French translations" }, { "id": "spanish", "name": "Spanish", "description": "" } ]
Returns a list of the variants in the workspace.
Returns an array of variants in the workspace
The Developer ID of the variant. Keywords 'all' and 'base' are reserved
The name of the variant
The description provided for the variant. Empty string if no description exists