Skip to content

User's profile information

GET
/me

With this interface, you can check your account balance. If you use a pre-paid Account, you get your available balance (excluded VAT). If you have a post-paid account, you get your remaining sms credit limit. The query response also contains information about your available SMS services and your groups.

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

Client resource

Info about your user’s account

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
id

Current User ID

integer
>= 1
currency

Currency

string
default: EUR
Allowed values: EUR CHF
balance_changed_at

Timestamp when balance was changed

integer
is_text_deleted

Global parameter for deleting message texts after sending

boolean
balance_amount

Balance amount

number
services

List of the available service’s codes

Array<string>
Allowed values: economy pro text2speech text2speech_ssml direct
groups

Object with group IDs as keys and their corresponding endpoint URIs as values

object
key
additional properties
string
/^/groups/[0-9]+$/
Example
/groups/24512
Example
{
"24512": "/groups/24512",
"24513": "/groups/24513",
"24519": "/groups/24519"
}

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.