Guids
Retrieve ID4n information
Retrieving basic information about an ID like the type and the creation time.
get/api/v1/id4ns/{id4n}
Path parameters
id4nstring required
The ID to resolve to
Query parameters
organizationIdstring
The organization namespace to resolve.
Response
OK
Example response
{
"createdTimestamp": 1517232722,
"holderOrganizationId": "de.example",
"id4n": "3THvgrWxqgTFC4",
"ownerOrganizationId": "org.acme"
}