Skip to content
Start here

Extensions

List extensions
GET/accounts/{account_id}/registrar-sandbox/extensions
Get extension
GET/accounts/{account_id}/registrar-sandbox/extensions/{extension}
ModelsExpand Collapse
ExtensionListResponse object { metadata, registration_schema }

Extension entry with metadata and JSON Schema documents for the registration operation.

metadata: object { name, tld }

Extension metadata

name: string

The full name of the extension. For example, “co.uk”, or “uk”

tld: string

The tld of the extension. For example, for “co.uk”, it’s “uk”. For “uk”, it’s “uk”

registration_schema: unknown

JSON Schema describing the expected input structure for registration operations on this extension.

ExtensionGetResponse object { metadata, registration_schema }

Extension entry with metadata and JSON Schema documents for the registration operation.

metadata: object { name, tld }

Extension metadata

name: string

The full name of the extension. For example, “co.uk”, or “uk”

tld: string

The tld of the extension. For example, for “co.uk”, it’s “uk”. For “uk”, it’s “uk”

registration_schema: unknown

JSON Schema describing the expected input structure for registration operations on this extension.