{{baseUrl}}/user_status

GET {{baseUrl}}/user_status

Restituisce dati relativi all'utente

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

"{\n  success: true,\n  code: 200,\n  data: [\n    \"credit\": \"8\",\n    \"history\": [\n      {\n        \"date\": \"2019-04-12 09:57:03\",\n        \"payment_type\": null,\n        \"user_generated\": true,\n        \"currency\": null,\n        \"price\": null,\n        \"formatted_price\": null,\n        \"operation\": \"First registration\",\n        \"description\": \"First subscription to TextMessage by the user\"\n      },\n    ]\n  ]\n}"