Get a single cert public key.
GET
oauth/certs/{ID}
200Description
Returns a JSON Web Key (JWK). Can be used for validating the token was signed by OrderCloud.
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
ID | Required | string | ID of the public key. | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
kty | string | --- | --- | --- | ||
n | string | --- | --- | --- | ||
e | string | --- | --- | --- | ||
alg | string | --- | --- | --- | ||
use | string | --- | --- | --- | ||
kid | string | --- | --- | --- |