- Get company profile
Company login
Update company profile
Regenerate company API key
Get company profile
- Mock serverhttps://b2b-app.lumowallet.io/_mock/apis/auth/company/profile
- Productionhttps://b2b.lumowallet.io/auth/company/profile
- Staginghttps://b2b-staging.lumowallet.io/auth/company/profile
curl -i -X GET \
https://b2b-app.lumowallet.io/_mock/apis/auth/company/profile \
-H 'X-API-Key: YOUR_API_KEY_HERE'Company profile
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "email": "[email protected]", "contactEmail": "[email protected]", "contactTelegram": "string", "isActive": true, "webhookUrl": "string", "depositForwardAddress": "string" }