API-Endpunkt:
https://goo.vc/api/v1/pixels?de
Beispiel anfordern:
curl --location --request GET 'https://goo.vc/api/v1/pixels?de' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
für Name. Standardwert ist: name
.type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.sort_by
id
für Datum der Erstellung, name
für Name. Standardwert ist: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardwert ist: desc
.per_page
10
, 25
, 50
, 100
. Standardwert ist: 10
.API-Endpunkt:
https://goo.vc/api/v1/pixels/{id}?de
Beispiel anfordern:
curl --location --request GET 'https://goo.vc/api/v1/pixels/{id}?de' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://goo.vc/api/v1/pixels?de
Beispiel anfordern:
curl --location --request POST 'https://goo.vc/api/v1/pixels?de' \ --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}'
name
type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.value
API-Endpunkt:
https://goo.vc/api/v1/pixels/{id}?de
Beispiel anfordern:
curl --location --request PUT 'https://goo.vc/api/v1/pixels/{id}?de' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
name
type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.value
API-Endpunkt:
https://goo.vc/api/v1/pixels/{id}?de
Beispiel anfordern:
curl --location --request DELETE 'https://goo.vc/api/v1/pixels/{id}?de' \ --header 'Authorization: Bearer {api_key}'