---
title: "POST /2023-10-12/license-endpoints"
method: POST
path: "/2023-10-12/license-endpoints"
---

# POST /2023-10-12/license-endpoints

`POST /2023-10-12/license-endpoints`

Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.

## Headers

- `X-Amz-Client-Token` string

## Request body

- object
  - `vpcId` string, required — The VPC (virtual private cloud) ID to use with the license endpoint.
  - `subnetIds` SubnetId[], required — The subnet IDs.
  - `securityGroupIds` SecurityGroupId[], required — The security group IDs.
  - `tags` object — Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

## Response `200`

Success

- CreateLicenseEndpointResponse — Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
  - `licenseEndpointId` string, required — The license endpoint ID.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerErrorException
- `482` — ThrottlingException
- `483` — ConflictException
- `484` — ValidationException
- `485` — ServiceQuotaExceededException

---

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