# Get domain **GET /api/domains/{id}** Get domain details by ID, by calling this API, the domain status will be synced from remote provider. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the domain. ## Responses ### 200: Details of the domain. #### Body Parameters: application/json (object) - **id** (string) - **domain** (string) - **status** (string) - **errorMessage** (string | null) - **dnsRecords** (array[object]) - **createdAt** (number) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: The domain with the specified ID was not found. [Powered by Bump.sh](https://bump.sh)