Base URL
Admin API is exposed on two different hosts.
The host determines both the base URL and the authentication method to use.
The preferred host is https://admin.{instance}.sectigo.com/.
Apart from using a different base URL, the endpoint paths (for example /api/ssl/v2) remain the same.
Admin API hosts
| Host / base URL | Authentication |
|---|---|
https://admin.{instance}.sectigo.com/ | OAuth 2.0 authentication (preferred). |
https://cert-manager.com/ | Header-based authentication |
Note:
All endpoint pages in this API reference use base URLhttps://admin.{instance}.sectigo.com/and require OAuth 2.0 authentication. For more details of using OAuth 2.0, see Create access token page.
Endpoint path examples
The following is an example of two API paths using the same endpoint but different base URLs.
https://admin.{instance}.sectigo.com/api/ssl/v2/enrollhttps://cert-manager.com/api/ssl/v2/enroll
Instance parameter
For the admin.{instance}.sectigo.com host, the {instance} value identifies your SCM environment.
| Parameter | Meaning | Provided by | Example values |
|---|---|---|---|
instance | Your SCM production instance. | Provided during onboarding. | enterprise, hard, eu |
Note:
The{instance}value is assigned during onboarding.
Updated 8 days ago