Skip to main content
GET
/
api
/
v1
/
transfers
/
auth-code
Get transfer auth code
curl --request GET \
  --url https://dev.namify.host/api/v1/transfers/auth-code \
  --header 'Authorization: Bearer <token>'
{
  "order_id": 124680932,
  "transfer_code": "Ab1#Xy9!Zq2"
}

Authorizations

Authorization
string
header
required

A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.

Query Parameters

order_id
integer
required

Order ID of the domain.

Response

Transfer auth code retrieved successfully.

order_id
integer

Order ID of the domain.

Example:

124680932

transfer_code
string

EPP authorization code required to transfer the domain to another registrar.

Example:

"Ab1#Xy9!Zq2"