Access Management API from server backend (Umbraco...
# help-with-umbraco
r
We want to access Management API from another server, so we cannot use redirect authentication flow. The current documentation gives examples with Swagger and Postman, but we need to access the Management API without browser login. Maybe an alternative is to access management api with api-key or service credentials, but is that an option now? Docs: https://docs.umbraco.com/umbraco-cms/reference/management-api, https://docs.umbraco.com/umbraco-cms/reference/management-api/postman-setup-swagger
j
Currently you would need to add your own provider to do that, just like we have done for Postman and Swagger-ui. Umbraco 15 will be out soon adding client credentials and native API users to the system, so you can set up an API user and use that to access the management API from the outside.
r
Thanx Jacob for your fast answer! 🙏
5 Views