Guidelines
API configuration for API Portal
Configuring APIs in the API Products section and publishing them to the Developer Portal.
Configuring APIs in the API Products section and publishing them to the Developer Portal.
scor-reference-treaty.v1.0.scor-reference-treaty.For V1 architecture (deprecated 30/09/2025)
Important: before uploading the file, please add the servers field to the OpenAPI json file and list your endpoints with the SAIL URLs followed by the environment.
Below some examples. Please be cautious when copy-pasting. Align URLs with your application's non-production environments (Dev, UAT, TST, INT) and adjust the API name.
"servers": [
{"url": "https://coreshared-uat.apim-eu.sail.azure.scor.com/scor-ref-treaty-presentation", "description": "uat"},
{"url": "https://coreshared-int.apim-eu.sail.azure.scor.com/scor-ref-treaty-presentation", "description": "int"},
{"url": "https://coreshared.apim-eu.sail.azure.scor.com/scor-ref-treaty-presentation", "description": "prod"}
]
For V2 architecture: contact the platform team.
/scor-reference-treaty/detect.