GET
/
projects
/
{project_id}
/
keys
/
{id}
/
key_links
List child keys of a parent key
curl --request GET \
  --url https://api.phrase.com/v2/projects/{project_id}/keys/{id}/key_links \
  --header 'Authorization: <api-key>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "created_by": null,
  "updated_by": null,
  "account": {
    "id": "abcd1234",
    "name": "Company Account",
    "slug": "company_account",
    "company": "My Awesome Company",
    "created_at": "2015-01-28T09:52:53Z",
    "updated_at": "2015-01-28T09:52:53Z",
    "company_logo_url": "http://assets.example.com/company_logo.png"
  },
  "parent": null,
  "children": [
    null
  ]
}

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

id
string
required

Parent Translation Key ID

Response

200
application/json

OK

The response is of type object.