- Update company profile
Company login
Get company profile
Regenerate company API key
Update company profile
Безопасность
apiKeyAuth
- 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 PATCH \
https://b2b-app.lumowallet.io/_mock/apis/auth/company/profile \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"webhookUrl": "https://merchant.example.com/webhooks/lumo",
"depositForwardAddress": "TQ2x4..."
}'Updated 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" }