Retrieve single subname text record

GET /v1/subname/record

In order to retrieve a text record, make a request to /subname/record/{label}/{domain}/{key}:

  • label subname

  • domain second-level domain name

  • key key of the text record to be retrieved

The retrieved value refers to the text record stored under the key.

Refer to the Response Body section below for response details.

Last updated