GET
/
components
curl --request GET \
  --url https://api.dittowords.com/v1/components \
  --header 'Authorization: <api-key>'
{
  "footer.about.blog": {
    "name": "Footer/About/Blog",
    "text": "Blog",
    "status": "WIP",
    "folder": null
  },
  "footer.about.careers": {
    "name": "Footer/About/Careers",
    "text": "Careers",
    "status": "FINAL",
    "folder": "folder_1"
  }
}

Authorizations

Authorization
string
headerrequired

Query Parameters

variant
string
format
enum<string>
Available options:
flat,
structured,
nested,
icu,
android,
ios-strings,
ios-strings-dict
status
enum<string>
Available options:
NONE,
WIP,
REVIEW,
FINAL
includeRichText
boolean

Response

200 - application/json

The response is of type string.