...
Excerpt |
---|
name | CertRegistryApiHostnames |
---|
|
Note |
---|
Endpoints require https:// or you will get an ECONNREFUSED error |
|
Authentication
Authentication is performed using API Keys passed via API Keys are assigned during client onboarding. They consist of a userId
and an apiKey
.
These values are base64 encoded and passed using Basic Authentication.API Keys are assigned by system administrators as part of the client onboarding process.
Code Block |
---|
{Base64EncodedCredentials} = BASE64(userId + ":" + apiKey)
Authorization: Basic {Base64EncodedCredentials} |
...
Child pages (Children Display) |
---|
allChildren | true |
---|
style | h3 |
---|
sort | title |
---|
excerptType | rich content |
---|
|
...