API uç noktası:
http://shoort.in/api/v1/pixels
İstek örneği:
curl --location --request GET 'http://shoort.in/api/v1/pixels' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
. Varsayılan: name
.type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.sort_by
id
, İsim için name
. Varsayılan: id
.sort
desc
, Artan için asc
. Varsayılan: desc
.per_page
10
, 25
, 50
, 100
. Varsayılan: 100
.API uç noktası:
http://shoort.in/api/v1/pixels/{id}
İstek örneği:
curl --location --request GET 'http://shoort.in/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API uç noktası:
http://shoort.in/api/v1/pixels
İstek örneği:
curl --location --request POST 'http://shoort.in/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}'
name
type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.value
API uç noktası:
http://shoort.in/api/v1/pixels/{id}
İstek örneği:
curl --location --request PUT 'http://shoort.in/api/v1/pixels/{id}' \ --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 uç noktası:
http://shoort.in/api/v1/pixels/{id}
İstek örneği:
curl --location --request DELETE 'http://shoort.in/api/v1/pixels/{id}' \ --header 'Authorization: Bearer {api_key}'