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 response is of type object[].
object[]