---
title: "Retrieve GUID information"
method: GET
path: "/api/v1/guids/{id4n}"
tags: ["Guids"]
---

# Retrieve GUID information

`GET /api/v1/guids/{id4n}`

## Path parameters

- `id4n` string, required

## Query parameters

- `organizationId` string

## Response `200`

OK

- Guid
  - `createdTimestamp` integer — The UTC unix timestamp of when this GUID has been created
  - `holderOrganizationId` string — Organization namespace of the GUID holder
  - `id4n` string — The ID
  - `ownerOrganizationId` string — Organization namespace of the GUID owner
  - `physicalState` 'UNATTACHED' | 'ATTACHED' | 'DETACHED' — Physical attachment state of the GUID
  - `properties` object — The properties of the organization

## Other responses

- `202` — Accepted
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method not allowed
- `406` — Not Acceptable
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

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