---
title: "Exchange a ManageIQ token for a Catalog API JWT"
method: POST
path: "/auth/token"
tags: ["Authentication"]
---

# Exchange a ManageIQ token for a Catalog API JWT

`POST /auth/token`

**Experimental** — This endpoint is under active development and may change without notice.
IBM Power Mission Control use this
endpoint to exchange a pre-existing ManageIQ token for an internal JWT
without supplying username/password credentials.

## Response `200`

Returns access_token, refresh_token, and token_type

- object

## Other responses

- `401` — Invalid or expired ManageIQ token
- `403` — ManageIQ token does not have required permissions
- `404` — ManageIQ resource not found
- `503` — ManageIQ unavailable or returned an unexpected server error

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/b6ffcee23f74/schema)
