---
title: "GET /api/"
method: GET
path: "/api/"
tags: ["api"]
---

# GET /api/

`GET /api/`

## Response `200`

Base/top-level API endpoint that returns info about this deployment of Mayhem,
    including the version and basic configuration.

    Returns:
        An `APIVersion` containing version and basic config info about this deployment.

- APIVersion
  - `atlassian_client_id` string, nullable
  - `atlassian_enabled` boolean, required
  - `bugcrowd_url` string, nullable
  - `build_version` MayhemBuildVersion, required
    - `build_type` string, required
    - `major` integer, required
    - `minor` integer, required
    - `patch` integer, required
  - `environment` string, required
  - `name` string, required
  - `offline` boolean, required
  - `public` boolean, required
  - `version` string, required

## Other responses

- `400` — Input parameters are referencing incorrect/non-existing objects.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Resource not found.
- `409` — Resource exists.
- `422` — Input parameters fail validation.
- `429` — Too many requests

---

[API](https://skmtc.dev/mayhem/apis/mayhem-api.md) · [All operations](https://skmtc.dev/mayhem/apis/mayhem-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mayhem/mayhem-api/revisions/7bc7386815cd/schema)
