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