Skip to main content
GET
/
translations
/
entries
/
{entryId}
Get a single translatable entry
curl --request GET \
  --url https://api.gleap.io/v3/translations/entries/{entryId} \
  --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

Path Parameters

entryId
string
required

Query Parameters

language
string

Response

200 - application/json

Ok