API-Endpunkt:
https://pcx365.de/api/v1/domains
Anfragebeispiel:
curl --location --request GET 'https://pcx365.de/api/v1/domains' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname für Name. Standardmäßig: name.sort_byid für Erstellungsdatum, name für Name. Standardmäßig: id.sortdesc für Absteigend, asc für Aufsteigend. Standardmäßig: desc.per_page10, 25, 50, 100. Standardmäßig: 10.API-Endpunkt:
https://pcx365.de/api/v1/domains/{id}
Anfragebeispiel:
curl --location --request GET 'https://pcx365.de/api/v1/domains/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://pcx365.de/api/v1/domains
Anfragebeispiel:
curl --location --request POST 'https://pcx365.de/api/v1/domains' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}'
nameindex_pagenot_found_pageAPI-Endpunkt:
https://pcx365.de/api/v1/domains/{id}
Anfragebeispiel:
curl --location --request PUT 'https://pcx365.de/api/v1/domains/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
index_pagenot_found_pageAPI-Endpunkt:
https://pcx365.de/api/v1/domains/{id}
Anfragebeispiel:
curl --location --request DELETE 'https://pcx365.de/api/v1/domains/{id}' \ --header 'Authorization: Bearer {api_key}'