curl --request GET \
--url https://platform.kodexa.ai/api/taxonomies/{organizationSlug}/{slug}/{version}/sequence \
--header 'x-api-key: <api-key>'123Returns the current change sequence number for the taxonomy version, used for optimistic concurrency control.
curl --request GET \
--url https://platform.kodexa.ai/api/taxonomies/{organizationSlug}/{slug}/{version}/sequence \
--header 'x-api-key: <api-key>'123API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
URL-safe slug of the organization.
URL-safe slug of the taxonomy.
Version identifier of the taxonomy.
Sequence number
The response is of type integer<int32>.