Skip to content

Short-Link clicks of a SMS

GET
/sms/{uuid}/clicks

Returns the number of clicks on a short link for a specific SMS. If SMS doesn’t exists or doesn’t contain then HTTP code 404 will response.

#!/usr/bin/env bash
curl https://api.lox24.eu/sms/clicks/sms_uuid_here \
-H 'Content-Type: application/json' \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'
uuid
required
string

SMS ID (uuid)

Sms_clicks resource

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

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

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

Resource not found

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