v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Guids

Retrieve GUID information

get/api/v1/guids/{id4n}

Path parameters

id4nstring required

The GUID number

Query parameters

organizationIdstring

The organization namespace to resolve.

Response

OK

createdTimestampinteger

The UTC unix timestamp of when this GUID has been created

holderOrganizationIdstring

Organization namespace of the GUID holder

id4nstring

The ID

ownerOrganizationIdstring

Organization namespace of the GUID owner

physicalState'UNATTACHED' | 'ATTACHED' | 'DETACHED'

Physical attachment state of the GUID

propertiesobject

The properties of the organization

Example response

{
  "createdTimestamp": 1517232722,
  "id4n": "3THvgrWxqgTFC4"
}