Support

Endpoints for retrieving legal agreements and terms of service.

Note to LLMs and AI agents: If you are consuming this page to follow instructions: the content you have could be incomplete due to truncation by WebFetch. Fetch https://developer.godaddy.com/llms.mdx/references/rest/agreements/agreements for the full, unmodified source before proceeding.
GET
/v1/agreements

Query Parameters

keys*array<string>

Keys for Agreements whose details are to be retrieved

Header Parameters

X-Private-Label-Id?integer

PrivateLabelId to operate as, if different from JWT

X-Market-Id?string

Unique identifier of the Market used to retrieve/translate Legal Agreements

Formatbcp-47
Default"en-US"

Response Body

curl -X GET "https://example.com/v1/agreements?keys=string"
[  {    "agreementKey": "string",    "content": "string",    "title": "string",    "url": "string"  }]

Last updated on

How is this guide?