Skip to main content
GET
/
api
/
taxonomies
/
{organizationSlug}
/
{slug}
/
{version}
/
sequence
Get taxonomy sequence
curl --request GET \
  --url https://platform.kodexa.ai/api/taxonomies/{organizationSlug}/{slug}/{version}/sequence \
  --header 'x-api-key: <api-key>'
123

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

organizationSlug
string
required

URL-safe slug of the organization.

slug
string
required

URL-safe slug of the taxonomy.

version
string
required

Version identifier of the taxonomy.

Response

Sequence number

The response is of type integer<int32>.