Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ruby
Helo.configure do |config| config.access_token = "YOUR_BEARER_TOKEN" end opts = { limit: 10, offset: 10, name: "example", channel_ids: ["550e8400-e29b-41d4-a716-446655440000", "6ba7b810-9dad-11d1-80b4-00c04fd430c8"] } Helo::Domains.list(opts)
{ "totalCount": 123, "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "name": "<string>", "verified": true, "channels": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "deleted": true } ] } ] }
Retrieves all domains associated with the current account, including their verification status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes