curl --location --request GET 'https://api.conexteo.com/subaccount/list?page&limit' \
--header 'X-APP-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
{
"items": [
{
"subaccount_id": 100,
"email": "subaccount@mail.com",
"social_reason": "raison sociale",
"phone_number": "0606060606",
"first_name": "nom",
"last_name": "prénom",
"credits_mode": "self"
}
],
"meta": {
"itemCount": 0,
"totalItems": 0,
"itemsPerPage": 0,
"totalPages": 0,
"currentPage": 0
}
}