Ir al contenido

List of all individual short links

GET
/short_links

List of all short links which were used in all existing campaigns.

page
integer
default: 1 >= 1

Página actual

_order[updated_at]
string
default: asc
Allowed values: asc desc

Ordenar una lista por la propiedad ‘updated_at’

url
string

Partial case-insensitive text filter by a destination URL

updated_at
integer

Exact filtrar entidades por la marca de tiempo de la última actualización

updated_at[]
Array<integer>

Exact y range filtrar entidades por las marcas de tiempo de la última actualización

Short_links collection

object
hydra:member
required
Array<object>

Short links

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
short_code

Código corto del enlace

string | null
url

URL del enlace corto

string | null
updated_at

Fecha en que se modificó la entidad

integer
campaign

Campaña asociada con el enlace corto

string | null format: iri-reference
requests

Solicitudes asociadas con el enlace corto

string
hydra:totalItems
integer
hydra:view
object
@id
string format: iri-reference
@type
string
hydra:first
string format: iri-reference
hydra:last
string format: iri-reference
hydra:previous
string format: iri-reference
hydra:next
string format: iri-reference
hydra:search
object
@type
string
hydra:template
string
hydra:variableRepresentation
string
hydra:mapping
Array<object>
object
@type
string
variable
string
property
string | null
required
boolean
Example
{
"hydra:member": [
{
"@context": {
"hydra": "http://www.w3.org/ns/hydra/core#"
},
"campaign": "https://example.com/"
}
],
"hydra:view": {
"@id": "string",
"@type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
}
}

El ID de cliente o la clave API no están activos o no son válidos.

La cuenta no está activada. Espere o póngase en contacto con el servicio de asistencia.

La dirección IP fue bloqueada temporalmente, ya que durante poco tiempo se enviaron muchas solicitudes con credenciales no válidas. Espere y pruebe más tarde.

Code Samples

#!/usr/bin/env bash
curl -X GET https://api.lox24.eu/short_links \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'