We're announcing 🧑‍🚀 inter-galactic shipping ✨ for 3025!
Shipment API

Organization Management

Endpoint

List all organizations

GET
https://api.sh.example.com/v1
/organizations

List all organizationsResponses

    • idstring · pattern: ^[a-zA-Z0-9-]+$ · required
    • namestring · minLength: 1 · maxLength: 200 · required
    • parentcircular
    • subarray · maxItems: 100 · sub (circular)

Create a new organization

POST
https://api.sh.example.com/v1
/organizations

Create a new organizationRequest Body

  • idstring · pattern: ^[a-zA-Z0-9-]+$ · required
  • namestring · minLength: 1 · maxLength: 200 · required
  • parentcircular
  • subarray · maxItems: 100 · sub (circular)

Create a new organizationResponses

    • idstring · pattern: ^[a-zA-Z0-9-]+$ · required
    • namestring · minLength: 1 · maxLength: 200 · required
    • parentcircular
    • subarray · maxItems: 100 · sub (circular)