Skip to content

List of all SMS with clicks

GET
/sms/clicks

Retrieves the list of sms which contain a short link and the number of clicks on these links.

page
integer
default: 1 >= 1

Current page

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

Sort a list by ‘created_at’ property

requests_count
integer

Exact filter by the requests count value

requests_count[]
Array<integer>

Exact and range filter by the requests count value

created_at
integer

Exact filter by SMS creating date

created_at[]
Array<integer>

Exact and range filter by SMS creating date

Sms_clicks collection

object
member
required
Array<object>

Clicks by sms

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
uuid

Unique entity UUID

string
/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
created_at

Timestamp when the entity was added to the system by the user

integer
requests_count

Number of requests for SMS clicks

integer
hydra:totalItems
integer
hydra:view

Pagination links for navigating the collection

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

Search and filtering template for the collection

object
@type
string
hydra:template
string
hydra:variableRepresentation
string
hydra:mapping
Array<object>
object
@type
string
variable
string
property
string | null
required
boolean
Example
{
"member": [
{
"@context": {
"hydra": "http://www.w3.org/ns/hydra/core#"
}
}
],
"hydra:view": {
"@id": "string",
"@type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
}
}

Invalid input

Client ID or API key isn’t active or invalid!

Account isn’t activated. Please wait or contact to support!

IP address was temporary blocked, because during short time from it was sent many request with invalid credentials. Please wait and try later.

Code Samples

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