---
title: "Add Azure container registry"
method: POST
path: "/containers/registries/acr"
---

# Add Azure container registry

`POST /containers/registries/acr`

Add Azure container registry to Aikido to scan

## Request body

- object
  - `username` string, required — The username of the Azure container registry
  - `accesstoken` string, required — The access token of the Azure container registry
  - `registry_name` string, required — The login server of the azure container registry

## Response `200`

The public container has been added to aikido.

- object
  - `registry_id` integer — The id of the newly added container registry in aikido

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
