Keine Daten verfügbar...
Blog
Preise
Tools
Beispielseiten
Anmelden
Registrieren
Benutzer
Einen abrufen
Endpunkt
GET
https://www.clientlink.ch/api/user
Beispiel
curl --request GET \
--url 'https://www.clientlink.ch/api/user' \
--header 'Authorization: Bearer
{api_key}
' \
Beispiel für eine Antwort
{ "data": { "id":"1", "type":"users", "email":"example@example.com", "billing":{ "type":"personal", "name":"John Doe", "address":"Lorem Ipsum", "city":"Dolor Sit", "county":"Amet", "zip":"5000", "country":"", "phone":"", "tax_id":"", "is_enabled":true, "plan_id":"custom", "plan_expiration_date":"2025-12-12 00:00:00", "plan_settings":{ ... }, "plan_trial_done":false, "language":"english", "timezone":"UTC", "country":null, "datetime": "2025-04-30 16:07:54" "last_activity":"2020-01-01 00:00:00", "total_logins":10 } }