# GoDaddy

## Connection Requirements

{% stepper %}
{% step %}

### Domain

The Domain of the GoDaddy API.
{% endstep %}

{% step %}

### API Key and API Secret

The API Key and API Secret for your GoDaddy account. You can retrieve these credentials by logging into the GoDaddy Developer portal. GoDaddy API Documentation Click "Create New API Key", give it a name, and choose "Production" for the environment.
{% endstep %}

{% step %}

### Shopper IDs

You will need to create a Subaccount to represent your end user and specify its Shopper Id.

Shopper ID is not the same as Customer ID. Shopper ID is a number of max length 10 digits (ex: 1234567890) whereas customerId is a UUIDv4 (ex: 295e3bc3-b3b9-4d95-aae5-ede41a994d13)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a **connection test** to ensure there is a valid connection to the host.

When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.octoxlabs.com/adapters/adapters/godaddy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
