API-Endpunkt:
https://pcx365.de/api/v1/pixels
Anfragebeispiel:
curl --location --request GET 'https://pcx365.de/api/v1/pixels' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname für Name. Standardmäßig: name.typeadroll, bing, facebook, google-ads, google-analytics, google-tag-manager, linkedin, pinterest, quora, x.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/pixels/{id}
Anfragebeispiel:
curl --location --request GET 'https://pcx365.de/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://pcx365.de/api/v1/pixels
Anfragebeispiel:
curl --location --request POST 'https://pcx365.de/api/v1/pixels' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}' \ --data-urlencode 'type={type}' \ --data-urlencode 'value={value}'
nametypeadroll, bing, facebook, google-ads, google-analytics, google-tag-manager, linkedin, pinterest, quora, x.valueAPI-Endpunkt:
https://pcx365.de/api/v1/pixels/{id}
Anfragebeispiel:
curl --location --request PUT 'https://pcx365.de/api/v1/pixels/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
nametypeadroll, bing, facebook, google-ads, google-analytics, google-tag-manager, linkedin, pinterest, quora, x.valueAPI-Endpunkt:
https://pcx365.de/api/v1/pixels/{id}
Anfragebeispiel:
curl --location --request DELETE 'https://pcx365.de/api/v1/pixels/{id}' \ --header 'Authorization: Bearer {api_key}'