Skip to main content

How can I retrieve the customer ID associated with a Chronicle SIEM using the Chronicle API?

You can find the ID in Settings > SIEM Settings > Profile.


You can find the ID in Settings > SIEM Settings > Profile.


do you know how can I find it using api ?


You may run this API call (this is for python, but you can see the API call):



https://{}backstory.googleapis.com/v1/partner/customer/getcustomer?customer_code={}".format(region_prefix ,customer_code)


Reply