Skip to main content
The API always returns JSON on api.kasiye.com, including errors. You do not need to send Accept: application/json.

Status codes

Validation errors

422 responses include field-level messages:
Common create and update keys:

Not found vs unauthorized

  • No key or a bad key: 401 with Unauthenticated.
  • A valid key for a shipment that belongs to another workspace: 404

Rate limits

Kasiye allows 60 requests per minute per workspace. Back off and retry when you receive 429.