Перейти к содержимому

Get company profile

Запрос

Безопасность
apiKeyAuth
curl -i -X GET \
  https://b2b-app.lumowallet.io/_mock/apis/auth/company/profile \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Ответы

Company profile

Телоapplication/json
idstring, (uuid)обязательный
namestringобязательный
emailstring, (email)обязательный
contactEmailstring or null, (email)
contactTelegramstring or null
isActivebooleanобязательный
webhookUrlstring or null
depositForwardAddressstring or null

TRON address where captured deposits are forwarded after fee is charged

Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "email": "[email protected]", "contactEmail": "[email protected]", "contactTelegram": "string", "isActive": true, "webhookUrl": "string", "depositForwardAddress": "string" }