Content
View differences
Updated by Jan Sandbrink 3 days ago
**As** an integration developer
**I want to** expose the installation uuid via a public API
**so that** I can store a unique identifier per OpenProject installation I integrate with
**Acceptance criteria**
* Unique OpenProject identifier is exposed in machine-readable form
* identifier can be read without prior authentication
**QA Notes**
This is testable, but boring. You should be able to see JSON with a UUID at `/.well-known/openproject-metadata`. This should also be documented at [https://www.openproject-edge.com/docs/api/](https://www.openproject-edge.com/docs/api/)
The UUID should be different between stage and edge and new trials you are creating, but should be the same for repeated requests to the same instance.
**I want to** expose the installation uuid via a public API
**so that** I can store a unique identifier per OpenProject installation I integrate with
**Acceptance criteria**
* Unique OpenProject identifier is exposed in machine-readable form
* identifier can be read without prior authentication
**QA Notes**
This is testable, but boring. You should be able to see JSON with a UUID at `/.well-known/openproject-metadata`. This should also be documented at [https://www.openproject-edge.com/docs/api/](https://www.openproject-edge.com/docs/api/)
The UUID should be different between stage and edge and new trials you are creating, but should be the same for repeated requests to the same instance.