---
title: "POST /requester-gateway"
method: POST
path: "/requester-gateway"
---

# POST /requester-gateway

`POST /requester-gateway`

Creates a requester gateway.

## Request body

- object
  - `vpcId` string, required — The unique identifier of the Virtual Private Cloud (VPC).
  - `subnetIds` SubnetId[], required — The unique identifiers of the subnets.
  - `securityGroupIds` SecurityGroupId[], required — The unique identifiers of the security groups.
  - `clientToken` string, required — The unique client token.
  - `description` string — An optional description for the requester gateway.
  - `tags` object — A map of the key-value pairs of the tag or tags to assign to the resource.

## Response `200`

Success

- CreateRequesterGatewayResponse
  - `gatewayId` string, required — The unique identifier of the gateway.
  - `domainName` string, required — The domain name of the requester gateway.
  - `status` 'PENDING_CREATION' | 'ACTIVE' | 'PENDING_DELETION' | 'DELETED' | 'ERROR' | 'PENDING_UPDATE' | 'ISOLATED' | 'PENDING_ISOLATION' | 'PENDING_RESTORATION', required — The status of the request.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — ResourceNotFoundException
- `482` — ThrottlingException
- `483` — AccessDeniedException
- `484` — InternalServerException
- `485` — ValidationException

---

[API](https://skmtc.net/aws/apis/rtbfabric.md) · [All operations](https://skmtc.net/aws/apis/rtbfabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/rtbfabric/versions/9fa17cecba3a/schema)
