---
title: "Get an API Package Publication"
method: GET
path: "/v3/api-packages/{apiPackageId}/publications/{portalId}"
tags: ["API Publication"]
---

# Get an API Package Publication

`GET /v3/api-packages/{apiPackageId}/publications/{portalId}`

Retrieve an API Package's publication in a portal.
If the API Package is not published to the portal, a 404 response is returned.

## Response `200`

An API Package publication in a portal

- object — An API Package publication in a portal
  - `auto_approve_registrations` boolean — Whether the application registration auto approval on this portal for the api is enabled. If set to false, fallbacks on portal's auto_approve_applications value.
  - `auth_strategy_ids` string[], nullable, required — The auth strategy the API enforces for applications in the portal. Omitting this property means the portal's default application auth strategy will be used. Setting to null means the API will not require application authentication. DCR support for application registration is currently in development.
  - `visibility` 'public' | 'private', required — The visibility of the API in the portal. Public API publications do not require authentication to view and retrieve information about them. Private API publications require authentication to retrieve information about them.
  - `warnings` string[] — Informational warnings (e.g. incompatible fields stripped for ACE). Empty if none.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `401` — ApiUnauthorized
- `403` — ApiForbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
