Skip to main content
GET
/
translations
/
entries
List all translatable entries
curl --request GET \
  --url https://api.gleap.io/v3/translations/entries \
  --header 'Authorization: Bearer <token>' \
  --header 'project: <project>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Query Parameters

type
enum<string>

Supported translatable entity types. Use as the type query parameter on GET /translations/entries to filter results.

Available options:
article,
collection,
emailtemplate,
statictranslation

Response

200 - application/json

Ok