> For the complete documentation index, see [llms.txt](https://docs.monogoto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monogoto.io/private-networks/monogoto-edge/edge-api/get-edge-cid.md).

# 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"}]}}}}
```
