# Get Edge CID

## Get Edge CID Configuration

> Returns Edge CID Configuration. Edge CID signifies the identity of the Customer Account.

```json
{"openapi":"3.0.0","info":{"title":"Monogoto Edge User API Configuration","version":"2.0"},"servers":[{"url":"https://api.monogoto.io/api"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"responses":{"EdgeCidGetSuccess":{"description":"Retrieved Edge CID successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EdgeCid"}}}}},"schemas":{"EdgeCid":{"type":"object","properties":{"edge-cid":{"type":"string"}}}},"parameters":{"edgeIp":{"name":"edgeIp","in":"path","required":true,"schema":{"type":"string","enum":["Monogoto Edge IP"]},"description":"The IP address of the edge"}}},"paths":{"/v1/edge/{edgeIp}/edgecid":{"get":{"summary":"Get Edge CID Configuration","description":"Returns Edge CID Configuration. Edge CID signifies the identity of the Customer Account.","tags":["Edge CID"],"responses":{"200":{"$ref":"#/components/responses/EdgeCidGetSuccess"}},"parameters":[{"$ref":"#/components/parameters/edgeIp"}]}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monogoto.io/private-networks/monogoto-edge/edge-api/get-edge-cid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
