Operate(DEV) End point not able to access from Postman

URL : https://bru-2.operate.camunda.io/1f6477aa-e996-499f-9b9f-9dbfae69a6e0/v1/process-definitions/search

Error:

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

null
There was an unexpected error (type=null, status=null).
we tried from camunda 8 demo account it's working fine. Please suggest how to access DEV end points.

Hi @Prasanthi

This is working ok in a web browser?

You need to pass authentication credentials to Operate REST API. See here: Operate API (REST) | Camunda Platform 8

Josh

Hey @Prasanthi,

You can check the Postman repository in GitHub - camunda-community-hub/camunda-8-api-postman-collection: Collect all public API for Camunda Platform 8 into a single Postman collection to be easily used by folks - there you will find configuration files and also links to run it directly in Postman. There is also configuration described for every API collection.

Hope that helps,
Aleksander

1 Like

Thanks for your support. it’s working fine.