---
title: "Get a Registration"
method: GET
path: "/v3/portals/{portalId}/applications/{applicationId}/registrations/{registrationId}"
tags: ["Application Registrations"]
---

# Get a Registration

`GET /v3/portals/{portalId}/applications/{applicationId}/registrations/{registrationId}`

Returns information about an application's registration status for a particular API.

## Response `200`

Details about an application registration.

- GetApplicationRegistrationResponse — A application's registration for a specific version of an API.
  - `id` string, uuid, required — Contains a unique identifier used for this resource.
  - `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.
  - `status` 'approved' | 'pending' | 'revoked' | 'rejected', required — The status of an application registration request. Each registration is linked to a single API, and application credentials will not grant access to the API until the registration is approved. Pending, revoked, and rejected registrations will not provide access to the API.
  - `api` object, required — Details about the API the application is registered to.
    - `id` string, uuid, required — Contains a unique identifier used for this resource.
    - `name` string, required — The name of the API the application is registered to.
    - `version` string, nullable, required — The version of the API the application is registered to.
    - `entity_type` 'api' | 'api_package', required — The type of entity that is being published. Can be either an API or an API Package.
  - `application` object, required — Details about the application the registration is part of.
    - `id` string, uuid, required — Contains a unique identifier used for this resource.
    - `name` string, required — The name of the application the registration is part of.
  - `consumer` object, nullable — Details about the consumer associated with this application registration.
    - `id` string, uuid, required — Contains a unique identifier used for this resource.
    - `custom_id` string, nullable — The custom ID of the associated consumer.
    - `username` string, nullable — The username of the associated consumer.
    - `control_plane_id` string, uuid, required — Contains a unique identifier used for this resource.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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