Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 903 Bytes

DomainOwnershipsApi.md

File metadata and controls

42 lines (25 loc) · 903 Bytes

DomainOwnershipsApi

Note

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

List all domain-ownerships.

let cfg = &Configuration::default();
let params = ListDomainOwnershipsParams {
    // parameters
};
list_domain_ownerships(cfg, params)

Parameters

This endpoint does not need any parameter.

Return type

crate::models::InlineResponse2002

Authorization

token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/vnd.api+json

[Back to top] [Back to API list] [Back to README]