/
/Chaos API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Application1
Auth2
Campaign8
Miscellaneous1
Organisation19
  • post/organisation
  • post/organisation/slug_check
  • get/organisation/{id}
  • delete/organisation/{id}
  • get/organisation/slug/{slug}
  • post/organisation/{id}/campaign
  • post/organisation/{id}/campaign/slug_check
  • get/organisation/{id}/campaigns
  • post/organisation/{id}/email_template
  • get/organisation/{id}/email_templates
  • patch/organisation/{id}/logo
  • get/organisation/{id}/member
  • put/organisation/{id}/member
  • delete/organisation/{id}/member
  • get/organisation/{id}/admin
  • put/organisation/{id}/admin
  • delete/organisation/{id}/admin
  • put/application/{id}/private
  • put/application/{id}/status
Role4
User7
    Organisation

    Check if slug is available

    post/organisation/slug_check

    Request body

    slugstring

    Example request

    {
      "slug": "unsw-devsoc"
    }

    Response

    OK

    messagestring

    Example response

    {
      "message": "Organisation slug is available"
    }

    Changes