antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
# \AccountManagementApi

All URIs are relative to *https://api.antimatter.io/v2*

Method | HTTP request | Description
------------- | ------------- | -------------
[**starred_domain_add**]AccountManagementApi.md#starred_domain_add | **PUT** /global/starred-domains/{domainID} | Adds to starred domains
[**starred_domain_list**]AccountManagementApi.md#starred_domain_list | **GET** /global/starred-domains | List the user's starred domains
[**starred_domain_remove**]AccountManagementApi.md#starred_domain_remove | **DELETE** /global/starred-domains/{domainID} | Removes from starred domains



## starred_domain_add

> starred_domain_add(domain_id, body)
Adds to starred domains

Adds the domain to the list of starred domains for the user.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**domain_id** | **String** |  | [required] |
**body** | **serde_json::Value** |  | [required] |

### Return type

 (empty response body)

### Authorization

[oauth_token](../README.md#oauth_token)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## starred_domain_list

> models::StarredDomainList starred_domain_list()
List the user's starred domains

Returns a list of domains that the user has starred. This is a list of domain IDs, not domain names. The user must be authenticated to call this method. 

### Parameters

This endpoint does not need any parameter.

### Return type

[**models::StarredDomainList**](StarredDomainList.md)

### Authorization

[oauth_token](../README.md#oauth_token)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## starred_domain_remove

> starred_domain_remove(domain_id)
Removes from starred domains

Removes the domain from the list of starred domains for the user.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**domain_id** | **String** |  | [required] |

### Return type

 (empty response body)

### Authorization

[oauth_token](../README.md#oauth_token)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)