require 'fastly'
api_instance = Fastly::DomainOwnershipsApi.newNote
All URIs are relative to https://api.fastly.com
| Method | HTTP request | Description |
|---|---|---|
| list_domain_ownerships | GET /domain-ownerships | List domain-ownerships |
list_domain_ownerships: <InlineResponse2008> # List domain-ownershipsList all domain-ownerships.
api_instance = Fastly::DomainOwnershipsApi.new
begin
# List domain-ownerships
result = api_instance.list_domain_ownerships
p result
rescue Fastly::ApiError => e
puts "Error when calling DomainOwnershipsApi->list_domain_ownerships: #{e}"
endThis endpoint does not need any parameter.