Skip to main content

Plans and Base URLs

Your plan determines which operations you can call and which base URL you send them to. See Swisscom Digital Marketplace (DMP) for which plans are available to you.

Plans

PlanOperations
playgroundGET /suggestions
swiss-registryGET /suggestions
GET /organisations/by-uid/{uid}
GET /organisations/by-name/{name}
swiss-registry-signatoryGET /suggestions
GET /organisations/by-uid/{uid}
GET /organisations/by-name/{name}
GET /organisations/{uid}/signatories
GET /organisations/{uid}/signatories/rules
POST /organisations/{uid}/signatories/validate
swiss-registry-signatory-excerptGET /suggestions
GET /organisations/by-uid/{uid}
GET /organisations/by-name/{name}
GET /organisations/{uid}/signatories
GET /organisations/{uid}/signatories/rules
POST /organisations/{uid}/signatories/validate
GET /organisations/{uid}/excerpt
GET /organisations/{uid}/excerpt-uid
partnerGET /suggestions
GET /organisations/by-uid/{uid}
GET /organisations/by-name/{name}
GET /organisations/{uid}/signatories
GET /organisations/{uid}/signatories/rules
POST /organisations/{uid}/signatories/validate
GET /organisations/{uid}/excerpt
GET /organisations/{uid}/excerpt-uid

Calling an operation outside your plan returns 401. See Errors and Status Codes.

Base URL

The production host for Business Identity Validator is api.swisscom.com. You must append the name of your plan to complete the base URL.

https://api.swisscom.com/products/business-identity-validator/{plan}

Use the staging host for the DMP sandbox.

https://api.staging.swisscom.com/products/business-identity-validator/{plan}