Skip to main content
Version: v1

Absorb Integration API (v1)

Download OpenAPI specification:Download

Languages

List available languages.

Authorizations:
api_key
header Parameters
x-api-key
string
x-api-version
string

1

Responses

Response Schema: application/json
Array
id
integer <int32>

The language Id.

name
string

The language name.

nativeName
string

The language's native name.

abbreviation
string

The languange's abbreviation.

Response samples

Content type
application/json
[
  • {
    }
]

Get language.

Authorizations:
api_key
path Parameters
id
required
integer <int32>

The language ID.

header Parameters
x-api-key
string
x-api-version
string

1

Responses

Response Schema: application/json
id
integer <int32>

The language Id.

name
string

The language name.

nativeName
string

The language's native name.

abbreviation
string

The languange's abbreviation.

Response samples

Content type
application/json
{
  • "id": 0,
  • "name": "string",
  • "nativeName": "string",
  • "abbreviation": "string"
}