GET
/
accounts
/
{account_id}
/
repo_syncs
/
{repo_sync_id}
/
events
/
{id}
cURL
curl "https://api.phrase.com/v2/accounts/ab12cd34/repo_syncs/56ef78/events/78dfgj"\
  -u USERNAME_OR_ACCESS_TOKEN
{
  "type": "import",
  "created_at": "2015-01-28T09:52:53Z",
  "status": "failure",
  "auto_import": true,
  "errors": [
    "Error message 1",
    "Error message 2"
  ]
}

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

account_id
string
required

Account ID

repo_sync_id
string
required

Repo Sync ID

id
string
required

ID

Response

200
application/json

OK

The response is of type object.