Skip to main content
GET
/
languages
Read session language
curl --request GET \
  --url https://api.obselite.com/v0/languages \
  --header 'Authorization: Bearer <token>'
[
  {
    "key": "CYCLE",
    "singular": "<string>",
    "plural": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Response

Successful response

key
enum<string>
required
Available options:
CYCLE,
FEATURE,
ORGANIZATION,
PRODUCT,
PROJECT,
TEAM,
TECHNOLOGY,
TASK,
USER
singular
string
required
Required string length: 1 - 30
plural
string
required
Required string length: 1 - 30