---
title: "Create a new API scope."
method: POST
path: "/api-umbrella/v1/api_scopes"
tags: ["api_scope"]
---

# Create a new API scope.

`POST /api-umbrella/v1/api_scopes`

## Request body

- object
  - `api_scope` ApiScope
    - `id` string, uuid
    - `name` string
    - `host` string
    - `path_prefix` string
    - `created_at` string, date-time — The time the record was created (ISO 8601 format)
    - `creator` AdminCreator
      - `username` string, email — E-mail address of the admin that created the record
    - `updated_at` string, date-time — The time the record was last updated (ISO 8601 format)
    - `updater` AdminUpdater
      - `username` string, email — E-mail address of the admin that last updated the record

## Response `201`

Successfully created record

---

[API](https://skmtc.net/gsa/apis/api-umbrella-admin-api.md) · [All operations](https://skmtc.net/gsa/apis/api-umbrella-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gsa/api-umbrella-admin-api/revisions/0c9a8c78c26a/schema)
