Skip to main content
POST
cURL

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

id
string
required

ID

Body

application/json
pr_branch
string

Source branch to open a pull request from

Example:

"my-feature-branch"

branch
string

Strings branch to export from

Example:

"my-strings-branch"

Response

OK

id
string
type
enum<string>
Available options:
import,
export
created_at
string<date-time>
status
enum<string>
Available options:
running,
success,
failure
pull_request_url
string

URL of the pull request created on export

auto_import
boolean

Whether the import was triggered by the repo push event

errors
string[]

List of error messages, in case of failure