# get_domain_auth_code

> Retrieve a domain's EPP auth code (authInfo / transfer authorization code), returned as `authToken`.

- Tier: R
- Required scope: transfer:domains
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/get-domain-auth-code

## Description

Retrieve a domain's EPP auth code (authInfo / transfer authorization code), returned as `authToken`. Warning: this code lets another registrar transfer the domain away from Inleed — treat it like a password and share it only with the gaining registrar. The retrieval is audited. Requires the `transfer:domains` scope.

## Input schema

- `input` — string (required). A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.

## Example call

```json
{
  "name": "get_domain_auth_code",
  "arguments": {
    "input": "example.se"
  }
}
```

