Конечная точка API:
https://goo.vc/api/v1/links?ru
Пример запроса:
curl --location --request GET 'https://goo.vc/api/v1/links?ru' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
для Название., alias
для Псевдоним., url
для URL.. По умолчанию: title
.status
0
для Все., 1
для Активный., 2
для Просроченный., 3
для Недействительный.. По умолчанию: 0
.space_id
domain_id
pixel_id
sort_by
id
для Дата создания., clicks
для Клики., title
для Название., alias
для Псевдоним., url
для URL.. По умолчанию: id
.sort
desc
для Спуск., asc
для Восходящий.. По умолчанию: desc
.per_page
10
, 25
, 50
, 100
. По умолчанию: 10
.Конечная точка API:
https://goo.vc/api/v1/links/{id}?ru
Пример запроса:
curl --location --request GET 'https://goo.vc/api/v1/links/{id}?ru' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Конечная точка API:
https://goo.vc/api/v1/links?ru
Пример запроса:
curl --location --request POST 'https://goo.vc/api/v1/links?ru' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}' \ --data-urlencode 'domain={id}'
url
domain_id
alias
password
space_id
pixel_ids
disabled
0
для Активный., 1
для Недействительный.. По умолчанию: 0
.privacy
0
для Общественность., 1
для Частный., 2
для Пароль.. По умолчанию: 0
.privacy_password
privacy
на 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
для Нет., 1
для География., 2
для Платформа., 4
для Вращение..country[index][key]
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][key]
language[index][value]
rotation[index][value]
Конечная точка API:
https://goo.vc/api/v1/links/{id}?ru
Пример запроса:
curl --location --request PUT 'https://goo.vc/api/v1/links/{id}?ru' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
password
space_id
pixel_ids
disabled
0
для Активный., 1
для Недействительный..privacy
0
для Общественность., 1
для Частный., 2
для Пароль..privacy_password
privacy
на 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
для Нет., 1
для География., 2
для Платформа., 4
для Вращение..country[index][key]
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][key]
language[index][value]
rotation[index][value]
Конечная точка API:
https://goo.vc/api/v1/links/{id}?ru
Пример запроса:
curl --location --request DELETE 'https://goo.vc/api/v1/links/{id}?ru' \ --header 'Authorization: Bearer {api_key}'