List Incoterms
GET/api/v2/incoterms
Paginated list of incoterms.
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
Search: filter[search] matches id, code, name, and description.
Text filters accept operator suffixes: .is, .is_not, .contains, .does_not_contain, .starts_with, .does_not_start_with, .ends_with, .does_not_end_with, .is_one_of, .is_not_one_of, .is_empty, .is_not_empty. The bare filter[column] form is an exact match. Filterable columns: code, name, description, transport_mode, family. filter[is_standard.is] filters on the standard ICC rows. filter[archived] accepts only or all to include archived rows.
Allowed sorts: id, code, name, transport_mode, family, is_standard, created_at, updated_at. Prefix with - for descending (default: -id).
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 429
OK
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.