# Retrieve an Apple Pay web domain This is used to fetch an Apple Pay web domain by its unique Id Endpoint: GET /apple-pay/web-domains/{id} Version: 1.1.0 Security: secretApiKeyAuth ## Path parameters: - `id` (string, required) Apple Pay web domain Id to retrieve Example: "apwd_01FCTS1XMKH9FF43CAFA4CXT3P" ## Header parameters: - `Account` (string) The linked accountId (Required if you registered the domain under a specific sub account) Example: "ac_3fe8398f-8cdb-43a3-9be2-806c4f84c327" ## Response 200 fields (application/json): - `id` (string) The unique ID for the web domain Example: "apwd_01FCTS1XMKH9FF43CAFA4CXT3P" - `domainName` (string) The domain name registered for Apple Pay Example: "ryftpay.com" - `createdTimestamp` (integer) The epoch timestamp (seconds) when the apple pay web domain was created Example: 1631696701 ## Response 404 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON" ## Response 500 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON"