Skip to main content
POST
Create access token

Body

application/json
client_secret
string
required

Your LinguLink API key.

Example:

"ll_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

grant_type
enum<string>
required
Available options:
client_credentials
Example:

"client_credentials"

client_id
string

Optional label/identifier for the client.

Example:

"my-app"

Response

Access token issued

access_token
string
required
expires_in
integer
required
Example:

3600

scope
string
required
Example:

"export:read translations:read"

token_type
string
required
Example:

"Bearer"