---
title: "GET /registry/auth"
method: GET
path: "/registry/auth"
tags: ["registry"]
---

# GET /registry/auth

`GET /registry/auth`

Performs authentication and authorization for our image registry.

## Query parameters

- `account` string
- `service` string
- `scope` string

## Headers

- `X-Meta-Plugin-Version` string
- `X-Meta-User-Team-Name` string

## Response `200`

Response

- RegistryAuthToken — JWT token for the image registry
  - `access_token` string, required
  - `token` string, required

## Other responses

- `400` — Error Returned from the Docker Authorization Handler to the Docker Registry
- `401` — Error Returned from the Docker Authorization Handler to the Docker Registry
- `404` — Error Returned from the Docker Authorization Handler to the Docker Registry
- `422` — Error Returned from the Docker Authorization Handler to the Docker Registry
- `500` — Error Returned from the Docker Authorization Handler to the Docker Registry

---

[API](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/revisions/ef9782a3ed5e/schema)
