API endpoint:
https://short.suiteshare.com/api/v1/links
Exemplo de requisição:
curl --location --request GET 'https://short.suiteshare.com/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
by
title
for Título, alias
for Alias, url
for URL. Defaults to: title
.status
0
for Tudo, 1
for Ativo, 2
for Expired, 3
for Desativado. Defaults to: 0
.space
domain
sort
desc
for Decrescente, asc
for Crescente, max
for Best performing, min
for Least performing. Defaults to: desc
.per_page
10
to 100
. Defaults to: 10
.API endpoint:
https://short.suiteshare.com/api/v1/links/{id}
Exemplo de requisição:
curl --location --request GET 'https://short.suiteshare.com/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://short.suiteshare.com/api/v1/links
Exemplo de requisição:
curl --location --request POST 'https://short.suiteshare.com/api/v1/links' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
hash
password
space
domain
pixels
disabled
0
for Ativo, 1
for Desativado. Defaults to: 0
.privacy
0
for Publico, 1
for Privado, 2
for Senha. Defaults to: 0
.privacy_password
privacy
set to 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
for Nenhum, 1
for Geographic, 2
for Plataforma, 4
for Rotação.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 endpoint:
https://short.suiteshare.com/api/v1/links/{id}
Exemplo de requisição:
curl --location --request PUT 'https://short.suiteshare.com/api/v1/links/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
hash
password
space
domain
pixels
disabled
0
for Ativo, 1
for Desativado.privacy
0
for Publico, 1
for Privado, 2
for Senha.privacy_password
privacy
set to 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
for Nenhum, 1
for Geographic, 2
for Plataforma, 4
for Rotação.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 endpoint:
https://short.suiteshare.com/api/v1/links/{id}
Exemplo de requisição:
curl --location --request DELETE 'https://short.suiteshare.com/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'