Custom Domain DNS Records
Network
Custom Domain DNS Records
Retrieves the DNS records required for configuring a custom domain for an application.
GET
Custom Domain DNS Records
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the application to retrieve DNS records for.
Response
An array of DNS record objects required for the custom domain.
Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated or lacks sufficient permissions.PLAN_RESTRICTED_FEATURE: The user’s plan does not support custom domains.APP_NOT_FOUND: The specified application does not exist or does not belong to the user.NO_CUSTOM_DOMAIN_SET: The application does not have a custom domain configured.
A descriptive message providing additional details about the error.